diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 8d3710f7df1d..fdc1b36c56c7 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -34,6 +34,9 @@ XMLCATMGR= ${LOCALBASE}/bin/xmlcatmgr MAN1= openjade.1 DATADIR= ${PREFIX}/share/sgml/openjade +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + post-install: @${CAT} ${PLIST} | \ ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} | \ diff --git a/www/harvest/Makefile b/www/harvest/Makefile index 65399b563ad5..63f2ea1f9034 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -16,7 +16,8 @@ COMMENT= Collect information from all over the Internet USE_BZIP2= yes USE_PERL5= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 +LIBTOOLFILES= configure src/gatherer/curl/configure USE_LDCONFIG= yes NO_MTREE= yes CONFIGURE_ARGS?= --prefix=${PREFIX}/${PORTNAME} --without-wish