Date: Mon, 8 Aug 2016 09:23:08 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r419806 - head/archivers/rzip Message-ID: <201608080923.u789N8L8092919@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608080923.u789N8L8092919>