From fd50192ea7567a034b59dfc96a1d112f8ccfa573 Mon Sep 17 00:00:00 2001 From: dwcjr Date: Sun, 1 Sep 2002 16:07:59 +0000 Subject: ${PERL} -> ${REINPLACE_CMD} PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net --- textproc/cwtext/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'textproc/cwtext') diff --git a/textproc/cwtext/Makefile b/textproc/cwtext/Makefile index 5fb947a14331..48841fc9eb12 100644 --- a/textproc/cwtext/Makefile +++ b/textproc/cwtext/Makefile @@ -14,12 +14,13 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +USE_REINPLACE= yes USE_GMAKE= yes MAKEFILE= makefile ALL_TARGET= ALL post-patch: - @${PERL} -pi -e "s,^PREFIX,#PREFIX,g ; \ + @${REINPLACE_CMD} -e "s,^PREFIX,#PREFIX,g ; \ s,gcc,${CC} ${CFLAGS},g" ${WRKSRC}/${MAKEFILE} do-install: -- cgit