diff options
Diffstat (limited to 'security/gpgme/Makefile')
-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> |