1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-01-28 15:27:22 +00:00
parent b345a0052a
commit 44df028fc3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341595

View File

@ -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>