summaryrefslogtreecommitdiff
path: root/www/harvest/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-16 15:47:34 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-09-16 15:47:34 +0000
commitc21fb811dd086edc2d5871c7003ef644f1229793 (patch)
treec22ea28cd891d21fe4bc73f95e084d7d13425bde /www/harvest/Makefile
parentBugfix. fix wish --> wish8.4 to fix xmaxima. Sort out INFO files a (diff)
Override PREFIX and fix package creation.
Suggested by: marcus Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=89010
Diffstat (limited to '')
-rw-r--r--www/harvest/Makefile19
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'