diff options
author | andreas <andreas@FreeBSD.org> | 1998-05-31 17:45:45 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-05-31 17:45:45 +0000 |
commit | 2cf7291054f5ce981a3754770a2eba8c843caed2 (patch) | |
tree | e883a18cd2281131afd4c7f31ac6c5b0255fd9db | |
parent | 914f76b151130b4ac64ebb015b4febc669fff708 (diff) | |
download | FreeBSD-ports-2cf7291054f5ce981a3754770a2eba8c843caed2.zip FreeBSD-ports-2cf7291054f5ce981a3754770a2eba8c843caed2.tar.gz |
Give zebra a config directory of it's own ${PREFIX}/etc/zebra
Try to remove it when deinstalling.
-rw-r--r-- | net/zebra-devel/Makefile | 3 | ||||
-rw-r--r-- | net/zebra-devel/pkg-plist | 7 | ||||
-rw-r--r-- | net/zebra-pj/Makefile | 3 | ||||
-rw-r--r-- | net/zebra-pj/pkg-plist | 7 | ||||
-rw-r--r-- | net/zebra/Makefile | 3 | ||||
-rw-r--r-- | net/zebra/pkg-plist | 7 |
6 files changed, 18 insertions, 12 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile index aeb2d05..a4ae4bc 100644 --- a/net/zebra-devel/Makefile +++ b/net/zebra-devel/Makefile @@ -3,7 +3,7 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/31 09:25:50 andreas Exp $ # DISTNAME= zebra-980401 @@ -13,5 +13,6 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-confdir=${PREFIX}/etc/zebra .include <bsd.port.mk> diff --git a/net/zebra-devel/pkg-plist b/net/zebra-devel/pkg-plist index 8f3d89b..4fa2075 100644 --- a/net/zebra-devel/pkg-plist +++ b/net/zebra-devel/pkg-plist @@ -1,7 +1,8 @@ sbin/bgpd sbin/ripd sbin/zebra -etc/bgpd.conf.sample -etc/ripd.conf.sample -etc/zebra.conf.sample +etc/zebra/bgpd.conf.sample +etc/zebra/ripd.conf.sample +etc/zebra/zebra.conf.sample info/zebra.info +@dirrm etc/zebra diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index aeb2d05..a4ae4bc 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -3,7 +3,7 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/31 09:25:50 andreas Exp $ # DISTNAME= zebra-980401 @@ -13,5 +13,6 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-confdir=${PREFIX}/etc/zebra .include <bsd.port.mk> diff --git a/net/zebra-pj/pkg-plist b/net/zebra-pj/pkg-plist index 8f3d89b..4fa2075 100644 --- a/net/zebra-pj/pkg-plist +++ b/net/zebra-pj/pkg-plist @@ -1,7 +1,8 @@ sbin/bgpd sbin/ripd sbin/zebra -etc/bgpd.conf.sample -etc/ripd.conf.sample -etc/zebra.conf.sample +etc/zebra/bgpd.conf.sample +etc/zebra/ripd.conf.sample +etc/zebra/zebra.conf.sample info/zebra.info +@dirrm etc/zebra diff --git a/net/zebra/Makefile b/net/zebra/Makefile index aeb2d05..a4ae4bc 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -3,7 +3,7 @@ # Date created: So 31 Mai 1998 11:00:30 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/31 09:25:50 andreas Exp $ # DISTNAME= zebra-980401 @@ -13,5 +13,6 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/ MAINTAINER= andreas@FreeBSD.org GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--enable-confdir=${PREFIX}/etc/zebra .include <bsd.port.mk> diff --git a/net/zebra/pkg-plist b/net/zebra/pkg-plist index 8f3d89b..4fa2075 100644 --- a/net/zebra/pkg-plist +++ b/net/zebra/pkg-plist @@ -1,7 +1,8 @@ sbin/bgpd sbin/ripd sbin/zebra -etc/bgpd.conf.sample -etc/ripd.conf.sample -etc/zebra.conf.sample +etc/zebra/bgpd.conf.sample +etc/zebra/ripd.conf.sample +etc/zebra/zebra.conf.sample info/zebra.info +@dirrm etc/zebra |