diff options
-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> |