diff options
author | itojun <itojun@FreeBSD.org> | 1998-06-05 01:03:15 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-06-05 01:03:15 +0800 |
commit | 991ba855650e969b1f6b95c85797baa037b6af94 (patch) | |
tree | 10d35c48f7ec87517a3cb4095c0bb932da45d989 /net/zebra/Makefile | |
parent | b966926714d974e8b56f0e77d23403f64519ecbd (diff) | |
download | freebsd-ports-gnome-991ba855650e969b1f6b95c85797baa037b6af94.tar.gz freebsd-ports-gnome-991ba855650e969b1f6b95c85797baa037b6af94.tar.zst freebsd-ports-gnome-991ba855650e969b1f6b95c85797baa037b6af94.zip |
update to zebra 980604 snapshot.
add ripngd and ripngd.conf.sample to pkg/PLIST since I'm on IPv6 host:-)
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 26c71c29c6b5..9bf7754d32e7 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: zebra -# Version required: SNAP 980401 +# Version required: SNAP 980604 # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.3 1998/06/03 06:30:49 andreas Exp $ +# $Id: Makefile,v 1.4 1998/06/03 06:32:57 andreas Exp $ # -DISTNAME= zebra-980401 +DISTNAME= zebra-980604 CATEGORIES= net MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ # you might need debugging, it's a developer release ! @@ -15,6 +15,6 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--enable-confdir=${PREFIX}/etc/zebra +CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra .include <bsd.port.mk> |