summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/jftpgw/Makefile4
-rw-r--r--net/nsd/Makefile4
-rw-r--r--net/pxe/Makefile4
3 files changed, 6 insertions, 6 deletions
diff --git a/net/jftpgw/Makefile b/net/jftpgw/Makefile
index 041ffbcd940..284246beb31 100644
--- a/net/jftpgw/Makefile
+++ b/net/jftpgw/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/12/28 02:47:46 reed Exp $
+# $NetBSD: Makefile,v 1.6 2004/12/29 15:42:38 minskim Exp $
DISTNAME= jftpgw-0.13.4
PKGREVISION= 1
@@ -13,7 +13,7 @@ USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
USE_PKGINSTALL= yes
-CONFIGURE_ARGS+= --with-logpath=/var/log
+CONFIGURE_ARGS+= --with-logpath=${VARBASE}/log
CONFIGURE_ARGS+= --enable-crypt
CONFIGURE_ARGS+= --enable-sftp
diff --git a/net/nsd/Makefile b/net/nsd/Makefile
index 4b3ca2ea2f9..8ea7fc4a8f2 100644
--- a/net/nsd/Makefile
+++ b/net/nsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/10/03 00:17:56 tv Exp $
+# $NetBSD: Makefile,v 1.26 2004/12/29 15:42:38 minskim Exp $
DISTNAME= nsd-2.1.2
PKGREVISION= 1
@@ -23,7 +23,7 @@ CONFIGURE_ARGS+=--with-libwrap=${BUILDLINK_PREFIX.tcp_wrappers}
CONFIGURE_ARGS+=--disable-ipv6
.endif
.if ${OPSYS} == "NetBSD"
-CONFIGURE_ARGS+=--with-pidfile=/var/run/nsd.pid
+CONFIGURE_ARGS+=--with-pidfile=${VARBASE}/run/nsd.pid
CONFIGURE_ARGS+=--with-user=named
CONFIGURE_ARGS+=--with-namedxfer=/usr/libexec/named-xfer
.endif
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