aboutsummaryrefslogtreecommitdiff
path: root/archivers/rzip
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 09:23:08 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 09:23:08 +0000
commitf28bddec001a24b955b89946899ecc4cd39ba73e (patch)
tree9b9891051c688bea2171d3911913c8ac5720de51 /archivers/rzip
parent2808eb85dc510ad266310668f85f2555724b3aea (diff)
downloadports-f28bddec001a24b955b89946899ecc4cd39ba73e.tar.gz
ports-f28bddec001a24b955b89946899ecc4cd39ba73e.zip
Strip binary
Notes
Notes: svn path=/head/; revision=419806
Diffstat (limited to 'archivers/rzip')
-rw-r--r--archivers/rzip/Makefile4
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>