aboutsummaryrefslogtreecommitdiff
path: root/www/libwww
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-28 15:27:22 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-28 15:27:22 +0000
commit44df028fc32d1d090ab06140178c4266f4e70b4b (patch)
treeb11daf34f79504ca58909a41acf7dfe31add0e38 /www/libwww
parentb345a0052aa8ef44ce214efa93c31033b782ca20 (diff)
downloadports-44df028fc32d1d090ab06140178c4266f4e70b4b.tar.gz
ports-44df028fc32d1d090ab06140178c4266f4e70b4b.zip
- Stage support
Notes
Notes: svn path=/head/; revision=341595
Diffstat (limited to 'www/libwww')
-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>