diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 23:45:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-30 23:45:54 +0800 |
commit | d5a1f0f853ecbe888fe9bb27a8307c471278f8cb (patch) | |
tree | 4fb82ba64466a26fc1ea2818f8f1df9a42222819 /www/httrack | |
parent | bdfc688db19b5c2538968d8265bb777fc17dd793 (diff) | |
download | freebsd-ports-gnome-d5a1f0f853ecbe888fe9bb27a8307c471278f8cb.tar.gz freebsd-ports-gnome-d5a1f0f853ecbe888fe9bb27a8307c471278f8cb.tar.zst freebsd-ports-gnome-d5a1f0f853ecbe888fe9bb27a8307c471278f8cb.zip |
- Use INSTALL_TARGET=install-strip
Diffstat (limited to 'www/httrack')
-rw-r--r-- | www/httrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 6fae5311d76f..beaec574894f 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -20,6 +20,7 @@ OPTIONS_SUB= yes CONFIGURE_ARGS= --docdir=${DOCSDIR} --with-zlib=/usr CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= ${PREFIX}/lib/httrack USES= gmake iconv libtool shebangfix @@ -42,6 +43,5 @@ post-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/html/httrack.css ${STAGEDIR}${DOCSDIR}/httrack.css - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so ${STAGEDIR}${PREFIX}/lib/httrack/lib*.so .include <bsd.port.mk> |