From 558f2d386cc2fb507128c69e3123825cc9319f70 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 4 Nov 2002 01:56:21 +0000 Subject: PERL -> REINPLACE Noticed on: bento --- math/nauty/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/nauty') diff --git a/math/nauty/Makefile b/math/nauty/Makefile index ef79cfa3e398..1335f2262418 100644 --- a/math/nauty/Makefile +++ b/math/nauty/Makefile @@ -17,9 +17,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}20 MAKEFILE= makefile ALL_TARGET= nauty NO_INSTALL_MANPAGES=yes +USE_REINPLACE= yes post-patch: - @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/${MAKEFILE} + @${REINPLACE_CMD} -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/${MAKEFILE} do-install: cd ${WRKSRC}; ${INSTALL_PROGRAM} dreadnaut dreadnaut1 \ -- cgit v1.2.3