summaryrefslogtreecommitdiffstats
path: root/news/nntpcache
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-23 06:09:20 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-23 06:09:20 +0000
commitd8497167246566551a6ee857a8ec5a8975b2525d (patch)
treee59602eda21f5fbb47918fb9589656b93495300e /news/nntpcache
parent573a984df410040e519276ab5217ddeb6110d8a9 (diff)
downloadFreeBSD-ports-d8497167246566551a6ee857a8ec5a8975b2525d.zip
FreeBSD-ports-d8497167246566551a6ee857a8ec5a8975b2525d.tar.gz
Replace ${PERL} with ${REINPLACE_CMD}
PR: 39675 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'news/nntpcache')
-rw-r--r--news/nntpcache/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile
index 9eacbb0..56c582a 100644
--- a/news/nntpcache/Makefile
+++ b/news/nntpcache/Makefile
@@ -31,6 +31,7 @@ LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2
SPOOLDIR?= /var/spool
NO_CDROM= Free for individuals and non-military, non-profit organisations only
+USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${SPOOLDIR}
@@ -68,7 +69,7 @@ post-configure:
@cd ${WRKSRC}/src && ${GMAKE} ${AUTHINFO_EXT}
post-patch:
- @${PERL} -pi -e 's,AUTOMAKE=automake,AUTOMAKE=automake14,' \
+ @${REINPLACE_CMD} -e 's,AUTOMAKE=automake,AUTOMAKE=automake14,' \
${WRKSRC}/configure
post-install:
OpenPOWER on IntegriCloud