From 01f559fee7c24c5c1384958d1855398b50b75f99 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 18 Jan 2015 10:36:06 +0000 Subject: - Use INSTALL_TARGET=install-strip instead of STRIP_CMD --- mail/libpst/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mail') 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 -- cgit