aboutsummaryrefslogtreecommitdiff
path: root/dns/dhisd
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:56:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:56:21 +0000
commit558f2d386cc2fb507128c69e3123825cc9319f70 (patch)
treea4bf1558c72e69722c0115ae135fe79117b35041 /dns/dhisd
parent11485fe3f073f98eda3d9d5addc04a808e7c2e89 (diff)
downloadports-558f2d386cc2fb507128c69e3123825cc9319f70.tar.gz
ports-558f2d386cc2fb507128c69e3123825cc9319f70.zip
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69421
Diffstat (limited to 'dns/dhisd')
-rw-r--r--dns/dhisd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile
index eda37c48f4c8..14278b5a883a 100644
--- a/dns/dhisd/Makefile
+++ b/dns/dhisd/Makefile
@@ -8,7 +8,6 @@
PORTNAME= dhisd
PORTVERSION= 5.1
PORTREVISION= 1
-
CATEGORIES= net
MASTER_SITES= http://bsltwr.dhis.org/ftp/pub/dhis/ \
ftp://ftp.dhis.org/pub/dhis/
@@ -18,10 +17,11 @@ MAINTAINER= baskruit@bsltwr.dnsalias.org
LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd
DOCFILES= CONTRIBUTORS COPYRIGHT INSTALL MODULES README
+USE_REINPLACE= yes
post-patch:
${CP} ${FILESDIR}/dhisd.sh ${WRKSRC}/dhisd.sh
- cd ${WRKSRC} && ${PERL} -i -p -e "s^__PREFIX__^${PREFIX}^g" \
+ cd ${WRKSRC} && ${REINPLACE_CMD} -p e "s^__PREFIX__^${PREFIX}^g" \
Makefile dhisd.h dhisd.sh ${DOCFILES}
do-install: