diff options
author | trevor <trevor@FreeBSD.org> | 2003-11-17 12:29:10 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-11-17 12:29:10 +0000 |
commit | 134a2ff668068c0cd7e3377f772f73ac1b92f2c3 (patch) | |
tree | 549c80090312265a4f699a560a6c5728a99640a3 /net/pxe | |
parent | 788aa2724ce75df128e38b71927de028f7cffd60 (diff) | |
download | FreeBSD-ports-134a2ff668068c0cd7e3377f772f73ac1b92f2c3.zip FreeBSD-ports-134a2ff668068c0cd7e3377f772f73ac1b92f2c3.tar.gz |
USE_REINPLACE need be defined only when REINPLACE_CMD is used.
Diffstat (limited to 'net/pxe')
-rw-r--r-- | net/pxe/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile index 87fadc8..79994ef 100644 --- a/net/pxe/Makefile +++ b/net/pxe/Makefile @@ -15,7 +15,6 @@ MAINTAINER= anders@FreeBSD.org COMMENT= PXE daemon, set up a boot menu for netbooting PXE enabled clients GNU_CONFIGURE= yes -USE_REINPLACE= yes CONFIGURE_ARGS+= --with-config=${PREFIX}/etc/pxe.conf \ --with-log=/var/log/pxe.log \ --with-setuid=nobody |