diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/zebra-devel/Makefile | 10 | ||||
-rw-r--r-- | net/zebra-pj/Makefile | 10 | ||||
-rw-r--r-- | net/zebra/Makefile | 10 |
3 files changed, 18 insertions, 12 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index 9bf7754..e954ccf 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> diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index 9bf7754..e954ccf 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/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> diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 9bf7754..e954ccf 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> |