summaryrefslogtreecommitdiff
path: root/net/zebra
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /net/zebra
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'net/zebra')
-rw-r--r--net/zebra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile
index 8fb98e3ed63..11e75a276fa 100644
--- a/net/zebra/Makefile
+++ b/net/zebra/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2005/09/28 20:52:25 rillig Exp $
+# $NetBSD: Makefile,v 1.70 2005/12/05 20:50:50 rillig Exp $
# Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp
DISTNAME= zebra-0.95
@@ -24,7 +24,7 @@ CONF_FILES= ${EGDIR}/bgpd.conf.sample ${PKG_SYSCONFDIR}/bgpd.conf \
${EGDIR}/zebra.conf.sample ${PKG_SYSCONFDIR}/zebra.conf
# with optimization, the timer/scheduler (esp. for MRT dump rotation) appears
# to have problems.
-CFLAGS= -O0
+CFLAGS+= -O0
CONFLICTS+= quagga-[0-9]*