aboutsummaryrefslogtreecommitdiff
path: root/net/pxe
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:37:23 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 01:37:23 +0000
commit2736678db761f7e90b8f596a6506960a677aefef (patch)
tree0f8817710e9f2976c9ebccf27fa02142d8c9ca85 /net/pxe
parent3c9ee882e394d3dcf1cd6fbb147e426932ac4403 (diff)
downloadports-2736678db761f7e90b8f596a6506960a677aefef.tar.gz
ports-2736678db761f7e90b8f596a6506960a677aefef.zip
PERL -> REINPLACE
Noticed on: bento
Notes
Notes: svn path=/head/; revision=69416
Diffstat (limited to 'net/pxe')
-rw-r--r--net/pxe/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile
index a39bea528e21..111ebe1893af 100644
--- a/net/pxe/Makefile
+++ b/net/pxe/Makefile
@@ -14,6 +14,7 @@ MASTER_SITES= http://www.kano.org.uk/projects/pxe/ \
MAINTAINER= anders@FreeBSD.org
GNU_CONFIGURE= yes
+USE_REINPLACE= yes
CONFIGURE_ARGS+= --with-config=${PREFIX}/etc/pxe.conf \
--with-log=/var/log/pxe.log \
--with-setuid=nobody
@@ -21,7 +22,7 @@ CONFIGURE_ARGS+= --with-config=${PREFIX}/etc/pxe.conf \
DOCS= Changes INSTALL LICENCE README
post-patch:
- ${PERL} -pi -e "s,^CFLAGS.*,CFLAGS=\t\@CFLAGS\@,; \
+ ${REINPLACE_CMD} -e "s,^CFLAGS.*,CFLAGS=\t\@CFLAGS\@,; \
s,^CC.*,CC=\t${CXX}," \
${WRKSRC}/Makefile.in