Date: Thu, 18 Jun 2015 21:24: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: r390076 - head/security/libpwstor Message-ID: <201506182124.t5ILOaDC053510@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 18 21:24:36 2015 New Revision: 390076 URL: https://svnweb.freebsd.org/changeset/ports/390076 Log: - Strip binaries Modified: head/security/libpwstor/Makefile Modified: head/security/libpwstor/Makefile ============================================================================== --- head/security/libpwstor/Makefile Thu Jun 18 21:24:29 2015 (r390075) +++ head/security/libpwstor/Makefile Thu Jun 18 21:24:36 2015 (r390076) @@ -3,6 +3,7 @@ PORTNAME= libpwstor PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= SF/kageki/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -23,4 +24,8 @@ CFLAGS+= -fPIC -DPIC CONFIGURE_ARGS+=--enable-debug .endif +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pwtool + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpwstor.so + .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506182124.t5ILOaDC053510>