aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
Diffstat (limited to 'mail')
-rw-r--r--mail/libpst/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile
index ac6546e97dd..ca23a58d3a8 100644
--- a/mail/libpst/Makefile
+++ b/mail/libpst/Makefile
@@ -22,6 +22,7 @@ PST2DII_DESC= Allow Summation Document Image Information output
CONFIGURE_ARGS= --disable-python --enable-libpst-shared
CPPFLAGS+= -I${LOCALBASE}/include
GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
USE_LDCONFIG= yes
USES= gmake iconv libtool pathfix pkgconfig
@@ -39,7 +40,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|doc\/@PACKAGE@-@VERSION@|doc\/@PACKAGE@|g' ${WRKSRC}/Makefile.in ${WRKSRC}/html/Makefile.in
@${REINPLACE_CMD} -e '/html_DATA =/ s|COPYING ||' ${WRKSRC}/Makefile.in
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpst.so.4.1.10
-
.include <bsd.port.mk>