aboutsummaryrefslogtreecommitdiff
path: root/mail/sigit
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 05:46:38 +0000
commit37f2224fa6a14520df830ae1daeba9b877daa347 (patch)
tree13d3d367b0967ab3adcc2ce528bfe1e770b4d48e /mail/sigit
parent3ff37e385bb15e608586b24278ba3dde9ea57151 (diff)
downloadports-37f2224fa6a14520df830ae1daeba9b877daa347.tar.gz
ports-37f2224fa6a14520df830ae1daeba9b877daa347.zip
PERL -> REINPLACE
And some ports have USE_PERL5=yes now.
Notes
Notes: svn path=/head/; revision=69436
Diffstat (limited to 'mail/sigit')
-rw-r--r--mail/sigit/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sigit/Makefile b/mail/sigit/Makefile
index 167d7bb2ff88..3c3dae2e52c5 100644
--- a/mail/sigit/Makefile
+++ b/mail/sigit/Makefile
@@ -13,13 +13,14 @@ DISTNAME= Sigit-${PORTVERSION}
MAINTAINER= petef@FreeBSD.org
+USE_REINPLACE= yes
USE_GMAKE= yes
WRKSRC= ${WRKDIR}/sigit-${PORTVERSION}
MAN1= sigit.1 sigit.rc.1
post-patch:
- @${PERL} -pi -e 's,/etc/sigit.rc,${PREFIX}/etc/sigit.rc,; \
+ @${REINPLACE_CMD} -e 's,/etc/sigit.rc,${PREFIX}/etc/sigit.rc,; \
s,/usr/share/sigit,${DATADIR},' ${WRKSRC}/config.h
post-install: