diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:36:06 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:36:06 +0800 |
commit | 01f559fee7c24c5c1384958d1855398b50b75f99 (patch) | |
tree | e50d6ac57dc6f2bb4d25d29966bc998eb17d73de /mail | |
parent | 8c2cf3fb0b4ce5c076b333c6f51a95cb2fa60276 (diff) | |
download | freebsd-ports-graphics-01f559fee7c24c5c1384958d1855398b50b75f99.tar.gz freebsd-ports-graphics-01f559fee7c24c5c1384958d1855398b50b75f99.tar.zst freebsd-ports-graphics-01f559fee7c24c5c1384958d1855398b50b75f99.zip |
- Use INSTALL_TARGET=install-strip instead of STRIP_CMD
Diffstat (limited to 'mail')
-rw-r--r-- | mail/libpst/Makefile | 4 |
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> |