svn commit: r329081 - head/www/httrack

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Oct 2 17:44:16 UTC 2013


Author: sunpoet
Date: Wed Oct  2 17:44:15 2013
New Revision: 329081
URL: http://svnweb.freebsd.org/changeset/ports/329081

Log:
  - Support STAGEDIR

Modified:
  head/www/httrack/Makefile

Modified: head/www/httrack/Makefile
==============================================================================
--- head/www/httrack/Makefile	Wed Oct  2 17:44:11 2013	(r329080)
+++ head/www/httrack/Makefile	Wed Oct  2 17:44:15 2013	(r329081)
@@ -25,7 +25,6 @@ USES=		gmake iconv
 
 MAN1=		htsserver.1 httrack.1 proxytrack.1 webhttrack.1
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -38,7 +37,7 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS}
-	${INSTALL_DATA} ${WRKSRC}/html/httrack.css ${DOCSDIR}/httrack.css
+	${INSTALL_DATA} ${WRKSRC}/html/httrack.css ${STAGEDIR}${DOCSDIR}/httrack.css
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list