diff options
author | cjs <cjs@pkgsrc.org> | 2001-11-06 05:55:05 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2001-11-06 05:55:05 +0000 |
commit | 8b7b017497778a53a360e5952f07b4db6531f4ac (patch) | |
tree | 29508610ebd437e832d9978e74d73b00da24b408 /net/pxe/Makefile | |
parent | 848b372f8b56771f4f77b87c6602585a6c6e6084 (diff) | |
download | pkgsrc-8b7b017497778a53a360e5952f07b4db6531f4ac.tar.gz |
Move config file from ${PREFIX}/etc/ to /etc/ so that sharing /usr via
network doesn't force using the same config on all hosts.
Diffstat (limited to 'net/pxe/Makefile')
-rw-r--r-- | net/pxe/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile index 349445e6fbb..0974002f793 100644 --- a/net/pxe/Makefile +++ b/net/pxe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/06 09:46:47 rh Exp $ +# $NetBSD: Makefile,v 1.2 2001/11/06 06:57:53 cjs Exp $ # DISTNAME= pxe-1.2 @@ -11,7 +11,6 @@ COMMENT= Preboot eXecution Environment (PXE) daemon GNU_CONFIGURE= YES CONFIGURE_ARGS+=--with-log=/var/log/pxe.log -CONFIGURE_ARGS+=--with-config=${PREFIX}/etc/pxe.conf post-configure: ${SED} -e 's|@@PREFIX@@|${PREFIX}|g' < ${FILESDIR}/pxe > ${WRKDIR}/pxe |