diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 09:56:21 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 09:56:21 +0800 |
commit | 31e736c00404a9a4083bb7b2da33f970bfd05548 (patch) | |
tree | 0a02623cebf1922f197b4ac093828a6794b4670e /math | |
parent | 5914dd37c79a5ce711d244765e87a84e7c4b889f (diff) | |
download | freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.tar.gz freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.tar.zst freebsd-ports-gnome-31e736c00404a9a4083bb7b2da33f970bfd05548.zip |
PERL -> REINPLACE
Noticed on: bento
Diffstat (limited to 'math')
-rw-r--r-- | math/nauty/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |