1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

- Use INSTALL_TARGET=install-strip instead of STRIP_CMD

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-01-18 10:36:06 +00:00
parent 7bfd7fb64b
commit fd819f5ae8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377314

View File

@ -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>