svn commit: r358769 - head/security/gpgme

Jason E. Hale jhale at FreeBSD.org
Sun Jun 22 08:44:26 UTC 2014


Author: jhale
Date: Sun Jun 22 08:44:25 2014
New Revision: 358769
URL: http://svnweb.freebsd.org/changeset/ports/358769
QAT: https://qat.redports.org/buildarchive/r358769/

Log:
  - Strip binaries in a little cleaner fashion

Modified:
  head/security/gpgme/Makefile

Modified: head/security/gpgme/Makefile
==============================================================================
--- head/security/gpgme/Makefile	Sun Jun 22 08:32:57 2014	(r358768)
+++ head/security/gpgme/Makefile	Sun Jun 22 08:44:25 2014	(r358769)
@@ -19,6 +19,7 @@ USES=		gmake libtool:keepla tar:bzip2
 USE_LDCONFIG=	yes
 
 CONFIGURE_ARGS=	--includedir=${PREFIX}/include/gpgme
+INSTALL_TARGET=	install-strip
 
 INFO=		gpgme
 PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README THANKS TODO
@@ -51,6 +52,5 @@ post-patch:
 post-install:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgpgme*.so.*
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list