summaryrefslogtreecommitdiff
path: root/net/pxe
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-29 15:42:37 +0000
committerminskim <minskim>2004-12-29 15:42:37 +0000
commitf6e375a82ce4abbd0501cc7e133bb453f75ccefc (patch)
treee0064664b312543aff1d158531cc52bb7220505c /net/pxe
parente921d908c429c991db0bbba9629ddf5859fdec58 (diff)
downloadpkgsrc-f6e375a82ce4abbd0501cc7e133bb453f75ccefc.tar.gz
Use VARBASE.
Diffstat (limited to 'net/pxe')
-rw-r--r--net/pxe/Makefile4
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