diff options
author | minskim <minskim@pkgsrc.org> | 2004-12-29 15:42:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-12-29 15:42:37 +0000 |
commit | 5e28b53ad309336db96082918da3cfa91acabae8 (patch) | |
tree | e0064664b312543aff1d158531cc52bb7220505c /net/pxe | |
parent | e07031c753f6cd21fd1da774f6ac78ae36b89980 (diff) | |
download | pkgsrc-5e28b53ad309336db96082918da3cfa91acabae8.tar.gz |
Use VARBASE.
Diffstat (limited to 'net/pxe')
-rw-r--r-- | net/pxe/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pxe/Makefile b/net/pxe/Makefile index a0a8ade2677..9b556a45d3c 100644 --- a/net/pxe/Makefile +++ b/net/pxe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/12/28 02:47:47 reed Exp $ +# $NetBSD: Makefile,v 1.11 2004/12/29 15:42:38 minskim Exp $ # DISTNAME= pxe-1.4 @@ -15,7 +15,7 @@ USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_LANGUAGES= c c++ -CONFIGURE_ARGS+= --with-log=/var/log/pxe.log +CONFIGURE_ARGS+= --with-log=${VARBASE}/log/pxe.log CONFIGURE_ARGS+= --with-config="${PKG_SYSCONFDIR}/pxe.conf" EGDIR= ${PREFIX}/share/examples/pxe |