diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-28 23:27:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-28 23:27:22 +0800 |
commit | 11b6163675aa19d21a52b714936271cee17280de (patch) | |
tree | b11daf34f79504ca58909a41acf7dfe31add0e38 /www | |
parent | 1ef7a2ff323dda69201601445595c51323f710b3 (diff) | |
download | freebsd-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/Makefile | 3 |
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> |