diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-28 15:27:22 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-28 15:27:22 +0000 |
commit | 11b6163675aa19d21a52b714936271cee17280de (patch) | |
tree | b11daf34f79504ca58909a41acf7dfe31add0e38 | |
parent | 1ef7a2ff323dda69201601445595c51323f710b3 (diff) | |
download | FreeBSD-ports-11b6163675aa19d21a52b714936271cee17280de.zip FreeBSD-ports-11b6163675aa19d21a52b714936271cee17280de.tar.gz |
- Stage support
-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 7046e20..ff8c6a1 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> |