Date: Wed, 3 Jun 2015 17:23:36 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388454 - head/archivers/pxz Message-ID: <201506031723.t53HNaSZ071160@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Jun 3 17:23:36 2015 New Revision: 388454 URL: https://svnweb.freebsd.org/changeset/ports/388454 Log: - Strip binary Modified: head/archivers/pxz/Makefile Modified: head/archivers/pxz/Makefile ============================================================================== --- head/archivers/pxz/Makefile Wed Jun 3 17:23:24 2015 (r388453) +++ head/archivers/pxz/Makefile Wed Jun 3 17:23:36 2015 (r388454) @@ -3,6 +3,7 @@ PORTNAME= pxz PORTVERSION= 0.20141018 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= LOCAL/delphij DISTNAME= pxz-git-${PORTVERSION:S/0.//} @@ -25,4 +26,7 @@ MAKE_ARGS+= CC="${CC}" BROKEN_sparc64= Does not link on sparc64 +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pxz + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506031723.t53HNaSZ071160>