pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/quagga PKG_SYSCONFSUBDIR back to zebra by default,...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2bf15a22fecc
branches: trunk
changeset: 460044:2bf15a22fecc
user: itojun <itojun%pkgsrc.org@localhost>
date: Sat Aug 16 21:49:13 2003 +0000
description:
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:
net/quagga/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 9c32a8898735 -r 2bf15a22fecc net/quagga/Makefile
--- a/net/quagga/Makefile Sat Aug 16 21:13:26 2003 +0000
+++ b/net/quagga/Makefile Sat Aug 16 21:49:13 2003 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index