summaryrefslogtreecommitdiff
path: root/net/quagga
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2003-08-16 21:49:13 +0000
committeritojun <itojun@pkgsrc.org>2003-08-16 21:49:13 +0000
commit7af37aa5dac9c350b4b302b35bba97c43c11b120 (patch)
treedc33b72708efb3c2bbadfd18018df9973a734015 /net/quagga
parent9dcb6c0f04008d699f8a7d7ad990e0858c4cbb4a (diff)
downloadpkgsrc-7af37aa5dac9c350b4b302b35bba97c43c11b120.tar.gz
PKG_SYSCONFSUBDIR back to zebra by default, as there's zebra.conf and stuff.
in the future the code diverges enough, we may want to change it again to "quagga".
Diffstat (limited to 'net/quagga')
-rw-r--r--net/quagga/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile
index ae231025b34..bcd12713586 100644
--- a/net/quagga/Makefile
+++ b/net/quagga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/08/13 07:26:57 itojun Exp $
+# $NetBSD: Makefile,v 1.2 2003/08/16 21:49:13 itojun Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
#
@@ -15,7 +15,7 @@ COMMENT= Free multithreaded routing daemon software (fork of zebra)
AUTOMAKE_REQD= 1.6.2
USE_BUILDLINK2= # defined
GNU_CONFIGURE= # defined
-PKG_SYSCONFSUBDIR?= quagga
+PKG_SYSCONFSUBDIR?= zebra
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
# you might need debugging, it's a developer release !
#CFLAGS+= -g