aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-01-28 23:27:22 +0800
committermiwi <miwi@FreeBSD.org>2014-01-28 23:27:22 +0800
commit11b6163675aa19d21a52b714936271cee17280de (patch)
treeb11daf34f79504ca58909a41acf7dfe31add0e38 /www
parent1ef7a2ff323dda69201601445595c51323f710b3 (diff)
downloadfreebsd-ports-gnome-11b6163675aa19d21a52b714936271cee17280de.tar.gz
freebsd-ports-gnome-11b6163675aa19d21a52b714936271cee17280de.tar.zst
freebsd-ports-gnome-11b6163675aa19d21a52b714936271cee17280de.zip
- Stage support
Diffstat (limited to 'www')
-rw-r--r--www/libwww/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/libwww/Makefile b/www/libwww/Makefile
index 7046e20ef509..ff8c6a185e94 100644
--- a/www/libwww/Makefile
+++ b/www/libwww/Makefile
@@ -21,13 +21,12 @@ USE_PERL5= build
USE_LDCONFIG= yes
USE_OPENSSL= yes
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
${WRKSRC}/configure
post-install:
${INSTALL_DATA} ${WRKSRC}/modules/expat/xmlparse/xmlparse.h \
- ${PREFIX}/include/w3c-libwww/
+ ${STAGEDIR}${PREFIX}/include/w3c-libwww/
.include <bsd.port.mk>