diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 09:23:08 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2016-08-08 09:23:08 +0000 |
commit | f28bddec001a24b955b89946899ecc4cd39ba73e (patch) | |
tree | 9b9891051c688bea2171d3911913c8ac5720de51 /archivers/rzip | |
parent | 2808eb85dc510ad266310668f85f2555724b3aea (diff) |
Notes
Diffstat (limited to 'archivers/rzip')
-rw-r--r-- | archivers/rzip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/archivers/rzip/Makefile b/archivers/rzip/Makefile index 3c187ba4bd8d..1c59d2bf04ee 100644 --- a/archivers/rzip/Makefile +++ b/archivers/rzip/Makefile @@ -3,6 +3,7 @@ PORTNAME= rzip PORTVERSION= 2.1 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SAMBA/rzip @@ -15,4 +16,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/rzip man/man1/rzip.1.gz +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rzip + .include <bsd.port.mk> |