diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:37:23 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-04 01:37:23 +0000 |
commit | 2736678db761f7e90b8f596a6506960a677aefef (patch) | |
tree | 0f8817710e9f2976c9ebccf27fa02142d8c9ca85 /net | |
parent | 3c9ee882e394d3dcf1cd6fbb147e426932ac4403 (diff) |
PERL -> REINPLACE
Noticed on: bento
Notes
Notes:
svn path=/head/; revision=69416
Diffstat (limited to 'net')
-rw-r--r-- | net/pxe/Makefile | 3 |
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 |