svn commit: r368370 - head/security/libtomcrypt
Pietro Cerutti
gahr at FreeBSD.org
Wed Sep 17 12:56:01 UTC 2014
Author: gahr
Date: Wed Sep 17 12:56:01 2014
New Revision: 368370
URL: http://svnweb.freebsd.org/changeset/ports/368370
QAT: https://qat.redports.org/buildarchive/r368370/
Log:
- Strip shared libraries
Modified:
head/security/libtomcrypt/Makefile
Modified: head/security/libtomcrypt/Makefile
==============================================================================
--- head/security/libtomcrypt/Makefile Wed Sep 17 12:36:12 2014 (r368369)
+++ head/security/libtomcrypt/Makefile Wed Sep 17 12:56:01 2014 (r368370)
@@ -59,6 +59,8 @@ post-patch:
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}/pdf
${INSTALL_DATA} ${WRKSRC}/doc/crypt.pdf ${STAGEDIR}${DOCSDIR}/pdf
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtomcrypt_prof.so.0
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtomcrypt.so.0
.if defined(MAINTAINER_MODE)
test: build
More information about the svn-ports-all
mailing list