diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 01:23:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 01:23:36 +0800 |
commit | aec1f519218afa928e00429ad3839ff38218e350 (patch) | |
tree | a48fa8e768663736742fea7280289be7e0d99452 /archivers/pxz | |
parent | 4dd513d4ada65a743620b93ff2dc6f837534a6c8 (diff) | |
download | freebsd-ports-gnome-aec1f519218afa928e00429ad3839ff38218e350.tar.gz freebsd-ports-gnome-aec1f519218afa928e00429ad3839ff38218e350.tar.zst freebsd-ports-gnome-aec1f519218afa928e00429ad3839ff38218e350.zip |
- Strip binary
Diffstat (limited to 'archivers/pxz')
-rw-r--r-- | archivers/pxz/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/pxz/Makefile b/archivers/pxz/Makefile index 56576c6acd09..74e5078e7ed7 100644 --- a/archivers/pxz/Makefile +++ b/archivers/pxz/Makefile @@ -3,6 +3,7 @@ PORTNAME= pxz PORTVERSION= 0.20141018 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= LOCAL/delphij DISTNAME= pxz-git-${PORTVERSION:S/0.//} @@ -25,4 +26,7 @@ MAKE_ARGS+= CC="${CC}" BROKEN_sparc64= Does not link on sparc64 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pxz + .include <bsd.port.mk> |