svn commit: r390076 - head/security/libpwstor
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Jun 18 21:24:37 UTC 2015
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>
More information about the svn-ports-head
mailing list