svn commit: r366640 - head/www/httrack
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Aug 30 15:45:55 UTC 2014
Author: sunpoet
Date: Sat Aug 30 15:45:54 2014
New Revision: 366640
URL: http://svnweb.freebsd.org/changeset/ports/366640
QAT: https://qat.redports.org/buildarchive/r366640/
Log:
- Use INSTALL_TARGET=install-strip
Modified:
head/www/httrack/Makefile
Modified: head/www/httrack/Makefile
==============================================================================
--- head/www/httrack/Makefile Sat Aug 30 15:42:54 2014 (r366639)
+++ head/www/httrack/Makefile Sat Aug 30 15:45:54 2014 (r366640)
@@ -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>
More information about the svn-ports-all
mailing list