From 038aa61ae299032e85b4a76ca6d942342910586d Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 23 Jun 2002 06:09:20 +0000 Subject: Replace ${PERL} with ${REINPLACE_CMD} PR: 39675 Submitted by: Oliver Braun --- news/nntpcache/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'news/nntpcache/Makefile') diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 9eacbb09878e..56c582a1fc55 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: -- cgit v1.2.3