diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-22 08:44:25 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-06-22 08:44:25 +0000 |
commit | c61786f8f76900d70ccbda2c6ac9be8d7262f72f (patch) | |
tree | 023d3c44671a1fd0324a447266e65834bb7986d2 /security | |
parent | a2ee1ef0b60f5e6c4e5ee84f9e52e2861e76e3ca (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/gpgme/Makefile | 2 |
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> |