diff options
author | asami <asami@FreeBSD.org> | 1998-06-07 06:32:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-06-07 06:32:42 +0800 |
commit | 32fbf3ac905ddeac23393ae0b91054bf4b0ad917 (patch) | |
tree | cf8dcd8dc2f37441cd6f35c34e22d1463cec847d /net/zebra/Makefile | |
parent | ee82e0001487b8c168c9e755123ee5c6a0ca89d9 (diff) | |
download | freebsd-ports-gnome-32fbf3ac905ddeac23393ae0b91054bf4b0ad917.tar.gz freebsd-ports-gnome-32fbf3ac905ddeac23393ae0b91054bf4b0ad917.tar.zst freebsd-ports-gnome-32fbf3ac905ddeac23393ae0b91054bf4b0ad917.zip |
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).
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 9bf7754d32e7..e954ccf0138a 100644 --- a/net/zebra/Makefile +++ b/net/zebra/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> |