diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-05 15:34:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-05-05 15:34:18 +0000 |
commit | d02bf0cc013b5e184f3af19cc3be7a6940e23059 (patch) | |
tree | f04db8934c37918f1069c790cbfd94ea6abc6f11 /archivers/zstd/Makefile | |
parent | Update to 0.74 (diff) |
Update to 1.2.0
- Remove pzstd
Changes: https://github.com/facebook/zstd/releases
Notes
Notes:
svn path=/head/; revision=440162
Diffstat (limited to 'archivers/zstd/Makefile')
-rw-r--r-- | archivers/zstd/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index b4e3f4127be2..ae1fcccc6b47 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= zstd -PORTVERSION= 1.1.4 +PORTVERSION= 1.2.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= archivers MAINTAINER= sunpoet@FreeBSD.org @@ -25,10 +24,4 @@ USE_GITHUB= yes post-patch: @${REINPLACE_CMD} -e 's|INSTALL_|BSD_&|' ${WRKSRC}/lib/Makefile ${WRKSRC}/programs/Makefile -post-build: - ${MAKE_CMD} -C ${WRKSRC}/contrib/pzstd/ - -post-install: - ${INSTALL_PROGRAM} ${WRKSRC}/contrib/pzstd/pzstd ${STAGEDIR}${PREFIX}/bin/ - .include <bsd.port.mk> |