diff options
Diffstat (limited to 'www/harvest/Makefile')
-rw-r--r-- | www/harvest/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/www/harvest/Makefile b/www/harvest/Makefile index 48bbe534ebbb..5ecfabb206e8 100644 --- a/www/harvest/Makefile +++ b/www/harvest/Makefile @@ -14,15 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sheepkiller@cultdeadsheep.org COMMENT= Collect information from all over the Internet -USE_BZIP2= yes -USE_PERL5= yes -USE_REINPLACE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \ - --prefix=${PREFIX}/${PORTNAME} \ - --without-wish +USE_BZIP2= yes +USE_PERL5= yes +USE_REINPLACE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +NO_MTREE= yes +CONFIGURE_ARGS?= --without-wish STRIP= # none @@ -41,10 +39,11 @@ MAN3= curl_easy_cleanup.3 curl_easy_duphandle.3 curl_easy_getinfo.3 \ libcurl-errors.3 libcurl-multi.3 libcurl.3 MAN7= yaz.7 MAN8= yaz-ztest-ssl.8 yaz-ztest.8 zebrasrv.8 -MANPREFIX= ${PREFIX}/harvest .include <bsd.port.pre.mk> +PREFIX:= ${PREFIX}/${PORTNAME} + post-patch: @${GREP} -lR "<malloc.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|<malloc\.h>|<stdlib.h>|g' |