summaryrefslogtreecommitdiff
path: root/net/zebra-devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-06-06 22:32:42 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-06-06 22:32:42 +0000
commitdbe56423bcdbb377175717fc6ec77b66cf3cbfe5 (patch)
tree92188318e966ff11e54d4982cfce6b2adddce7fd /net/zebra-devel
parentAutomatically select the no-GUI version to build if X11 is not (diff)
Mark this port broken:
=== ===> Building package for zebra-980604 tar: can't add file sbin/ripngd : No such file or directory tar: can't add file etc/zebra/ripngd.conf.sample : No such file or directory === While I'm here, clean it up a little (move comment and CFLAGS override down, change += to = for variable defined only once).
Notes
Notes: svn path=/head/; revision=11305
Diffstat (limited to 'net/zebra-devel')
-rw-r--r--net/zebra-devel/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile
index 9bf7754d32e7..e954ccf0138a 100644
--- a/net/zebra-devel/Makefile
+++ b/net/zebra-devel/Makefile
@@ -3,18 +3,20 @@
# Date created: So 31 Mai 1998 11:00:30 CEST
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.4 1998/06/03 06:32:57 andreas Exp $
+# $Id: Makefile,v 1.5 1998/06/04 17:03:12 itojun Exp $
#
DISTNAME= zebra-980604
CATEGORIES= net
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
-# you might need debugging, it's a developer release !
-#CFLAGS+= -g
MAINTAINER= andreas@FreeBSD.org
+BROKEN= package
+
+# you might need debugging, it's a developer release !
+#CFLAGS+= -g
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra
+CONFIGURE_ARGS=--sysconfdir=${PREFIX}/etc/zebra
.include <bsd.port.mk>