svn commit: r377314 - head/mail/libpst
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jan 18 10:36:08 UTC 2015
Author: sunpoet
Date: Sun Jan 18 10:36:06 2015
New Revision: 377314
URL: https://svnweb.freebsd.org/changeset/ports/377314
QAT: https://qat.redports.org/buildarchive/r377314/
Log:
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Modified:
head/mail/libpst/Makefile
Modified: head/mail/libpst/Makefile
==============================================================================
--- head/mail/libpst/Makefile Sun Jan 18 10:36:02 2015 (r377313)
+++ head/mail/libpst/Makefile Sun Jan 18 10:36:06 2015 (r377314)
@@ -22,6 +22,7 @@ PST2DII_DESC= Allow Summation Document I
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 at -@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>
More information about the svn-ports-all
mailing list