summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-03-18 20:41:43 +0000
committerwiz <wiz@pkgsrc.org>2002-03-18 20:41:43 +0000
commit433d1146943ff347f83ea9b1d911f7a8d3d0f69d (patch)
tree459bac9c4b89b3136fbd8083ed45085820c3e190 /net/zebra
parentb1a67842ca0cb88f862fd0c803c69e373ea4048e (diff)
downloadpkgsrc-433d1146943ff347f83ea9b1d911f7a8d3d0f69d.tar.gz
Support PKG_SYSCONFDIR. Patch from Hiramatsu Yoshifumi in pkg/15598.
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index b49f0486fad..baa33af01df 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.49 2002/02/18 15:14:36 seb Exp $
+# $NetBSD: Makefile,v 1.50 2002/03/18 20:41:43 wiz Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -17,7 +17,8 @@ BUILD_DEPENDS+= automake>=1.4:../../devel/automake
USE_BUILDLINK_ONLY= # defined
GNU_CONFIGURE= # defined
-CONFIGURE_ARGS+= --sysconfdir=/etc/zebra
+PKG_SYSCONFSUBDIR?= zebra
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
# you might need debugging, it's a developer release !
#CFLAGS+= -g