diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:56:21 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:56:21 +0000 |
commit | 558f2d386cc2fb507128c69e3123825cc9319f70 (patch) | |
tree | a4bf1558c72e69722c0115ae135fe79117b35041 /net | |
parent | 11485fe3f073f98eda3d9d5addc04a808e7c2e89 (diff) | |
download | ports-558f2d386cc2fb507128c69e3123825cc9319f70.tar.gz ports-558f2d386cc2fb507128c69e3123825cc9319f70.zip |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/dhisd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhisd/Makefile b/net/dhisd/Makefile index eda37c48f4c8..14278b5a883a 100644 --- a/net/dhisd/Makefile +++ b/net/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: |