Give zebra a config directory of it's own ${PREFIX}/etc/zebra
Try to remove it when deinstalling.
This commit is contained in:
parent
c43a2f9b00
commit
d5c46fbd60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11198
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user