Override PREFIX and fix package creation.

Suggested by:	marcus
Submitted by:	maintainer
This commit is contained in:
Joe Marcus Clarke 2003-09-16 15:47:34 +00:00
parent beb293deff
commit c21fb811dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89010
2 changed files with 635 additions and 637 deletions

View File

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

File diff suppressed because it is too large Load Diff