aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2014-06-22 16:44:25 +0800
committerjhale <jhale@FreeBSD.org>2014-06-22 16:44:25 +0800
commit6bb3a306e09545ea374f01731d8590f8fce7458b (patch)
tree023d3c44671a1fd0324a447266e65834bb7986d2 /security
parent05f35af8382189ee228f54bc22678d90721f9b86 (diff)
downloadfreebsd-ports-gnome-6bb3a306e09545ea374f01731d8590f8fce7458b.tar.gz
freebsd-ports-gnome-6bb3a306e09545ea374f01731d8590f8fce7458b.tar.zst
freebsd-ports-gnome-6bb3a306e09545ea374f01731d8590f8fce7458b.zip
- Strip binaries in a little cleaner fashion
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>