diff options
Diffstat (limited to 'textproc/xmlpp/Makefile')
-rw-r--r-- | textproc/xmlpp/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/textproc/xmlpp/Makefile b/textproc/xmlpp/Makefile index e67482df40bd..beab68dc294f 100644 --- a/textproc/xmlpp/Makefile +++ b/textproc/xmlpp/Makefile @@ -16,13 +16,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= XML Parser and Validator USE_REINPLACE= yes -FETCH_CMD= /usr/bin/fetch +#FETCH_CMD= /usr/bin/fetch USE_GMAKE= yes -USE_INC_LIBTOOL_VER=13 +USE_LIBTOOL_VER=15 pre-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|/usr/local/share|$$(datadir)|g' @${RM} ${WRKSRC}/config.cache +post-patch: + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure + .include <bsd.port.mk> |