aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2014-06-22 08:44:25 +0000
committerJason E. Hale <jhale@FreeBSD.org>2014-06-22 08:44:25 +0000
commitc61786f8f76900d70ccbda2c6ac9be8d7262f72f (patch)
tree023d3c44671a1fd0324a447266e65834bb7986d2 /security
parenta2ee1ef0b60f5e6c4e5ee84f9e52e2861e76e3ca (diff)
Notes
Diffstat (limited to 'security')
-rw-r--r--security/gpgme/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gpgme/Makefile b/security/gpgme/Makefile
index b618e3fa388d..777afb665e71 100644
--- a/security/gpgme/Makefile
+++ b/security/gpgme/Makefile
@@ -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>