diff options
Diffstat (limited to 'www/httrack/Makefile')
-rw-r--r-- | www/httrack/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index 626e9104c12d..8be085c81412 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -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> |