diff options
-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> |