svn commit: r419806 - head/archivers/rzip

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 09:23:09 UTC 2016


Author: ehaupt
Date: Mon Aug  8 09:23:08 2016
New Revision: 419806
URL: https://svnweb.freebsd.org/changeset/ports/419806

Log:
  Strip binary

Modified:
  head/archivers/rzip/Makefile

Modified: head/archivers/rzip/Makefile
==============================================================================
--- head/archivers/rzip/Makefile	Mon Aug  8 09:15:58 2016	(r419805)
+++ head/archivers/rzip/Makefile	Mon Aug  8 09:23:08 2016	(r419806)
@@ -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>


More information about the svn-ports-all mailing list