diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-04 09:37:23 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-04 09:37:23 +0800 |
commit | 7730c168bb2ed65d740527c4703144159aaeac35 (patch) | |
tree | d413f55fbe63f3d3af3d9e53fc14b721939ed1aa /net | |
parent | 689a2f36a3e59ca9862877625c915beba7a2a84d (diff) | |
download | freebsd-ports-gnome-7730c168bb2ed65d740527c4703144159aaeac35.tar.gz freebsd-ports-gnome-7730c168bb2ed65d740527c4703144159aaeac35.tar.zst freebsd-ports-gnome-7730c168bb2ed65d740527c4703144159aaeac35.zip |
PERL -> REINPLACE
Noticed on: bento
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 |