diff options
author | mat <mat@FreeBSD.org> | 2017-10-25 21:24:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-10-25 21:24:19 +0800 |
commit | 13074c00ec9966c67e438f3a4420bdb141cb500b (patch) | |
tree | 14ad001783f3f20c8a0da2d14fd0f8b4805f85cf /dns | |
parent | 9545cefed51898c7c715a4208033ebdc66ac4082 (diff) | |
download | freebsd-ports-gnome-13074c00ec9966c67e438f3a4420bdb141cb500b.tar.gz freebsd-ports-gnome-13074c00ec9966c67e438f3a4420bdb141cb500b.tar.zst freebsd-ports-gnome-13074c00ec9966c67e438f3a4420bdb141cb500b.zip |
Install the mtree file as .sample to allow users to change them.
Sponsored by: Absolight
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind9-devel/Makefile | 6 | ||||
-rw-r--r-- | dns/bind9-devel/pkg-plist | 4 | ||||
-rw-r--r-- | dns/bind910/Makefile | 6 | ||||
-rw-r--r-- | dns/bind910/pkg-plist | 4 | ||||
-rw-r--r-- | dns/bind911/Makefile | 6 | ||||
-rw-r--r-- | dns/bind911/pkg-plist | 4 | ||||
-rw-r--r-- | dns/bind99/Makefile | 6 | ||||
-rw-r--r-- | dns/bind99/pkg-plist | 4 |
8 files changed, 20 insertions, 20 deletions
diff --git a/dns/bind9-devel/Makefile b/dns/bind9-devel/Makefile index 65e5c0624814..c1b47150dede 100644 --- a/dns/bind9-devel/Makefile +++ b/dns/bind9-devel/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= LOCAL/mat/bind @@ -269,8 +269,8 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/empty.db ${STAGEDIR}${ETCDIR}/master ${INSTALL_DATA} ${FILESDIR}/localhost-forward.db ${STAGEDIR}${ETCDIR}/master ${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/master - ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree - ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree + ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.dist.sample + ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.local.dist.sample ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${STAGEDIR}${ETCDIR}/rndc.conf.sample diff --git a/dns/bind9-devel/pkg-plist b/dns/bind9-devel/pkg-plist index 19f94766dcba..7956c19d6064 100644 --- a/dns/bind9-devel/pkg-plist +++ b/dns/bind9-devel/pkg-plist @@ -9,8 +9,8 @@ bin/mdig bin/named-rrchecker bin/nslookup bin/nsupdate -etc/mtree/BIND.chroot.dist -etc/mtree/BIND.chroot.local.dist +@sample etc/mtree/BIND.chroot.dist.sample +@sample etc/mtree/BIND.chroot.local.dist.sample %%ETCDIR%%/bind.keys %%ETCDIR%%/master/empty.db %%ETCDIR%%/master/localhost-forward.db diff --git a/dns/bind910/Makefile b/dns/bind910/Makefile index 377c9bd959f5..6035fbe6fa91 100644 --- a/dns/bind910/Makefile +++ b/dns/bind910/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 910 @@ -219,8 +219,8 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/empty.db ${STAGEDIR}${ETCDIR}/master ${INSTALL_DATA} ${FILESDIR}/localhost-forward.db ${STAGEDIR}${ETCDIR}/master ${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/master - ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree - ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree + ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.dist.sample + ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.local.dist.sample ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${STAGEDIR}${ETCDIR}/rndc.conf.sample diff --git a/dns/bind910/pkg-plist b/dns/bind910/pkg-plist index 148657f00643..6dc746bdb47a 100644 --- a/dns/bind910/pkg-plist +++ b/dns/bind910/pkg-plist @@ -7,8 +7,8 @@ bin/isc-config.sh bin/named-rrchecker bin/nslookup bin/nsupdate -etc/mtree/BIND.chroot.dist -etc/mtree/BIND.chroot.local.dist +@sample etc/mtree/BIND.chroot.dist.sample +@sample etc/mtree/BIND.chroot.local.dist.sample %%ETCDIR%%/bind.keys %%ETCDIR%%/master/empty.db %%ETCDIR%%/master/localhost-forward.db diff --git a/dns/bind911/Makefile b/dns/bind911/Makefile index 21b2dc5e37cd..6771b2078d32 100644 --- a/dns/bind911/Makefile +++ b/dns/bind911/Makefile @@ -8,7 +8,7 @@ PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} PORTREVISION= 0 .else # dns/bind9xx here -PORTREVISION= 0 +PORTREVISION= 1 .endif CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} @@ -262,8 +262,8 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/empty.db ${STAGEDIR}${ETCDIR}/master ${INSTALL_DATA} ${FILESDIR}/localhost-forward.db ${STAGEDIR}${ETCDIR}/master ${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/master - ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree - ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree + ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.dist.sample + ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.local.dist.sample ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${STAGEDIR}${ETCDIR}/rndc.conf.sample diff --git a/dns/bind911/pkg-plist b/dns/bind911/pkg-plist index a0afb373b8dc..346480180355 100644 --- a/dns/bind911/pkg-plist +++ b/dns/bind911/pkg-plist @@ -9,8 +9,8 @@ bin/mdig bin/named-rrchecker bin/nslookup bin/nsupdate -etc/mtree/BIND.chroot.dist -etc/mtree/BIND.chroot.local.dist +@sample etc/mtree/BIND.chroot.dist.sample +@sample etc/mtree/BIND.chroot.local.dist.sample %%ETCDIR%%/bind.keys %%ETCDIR%%/master/empty.db %%ETCDIR%%/master/localhost-forward.db diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 5cb27199ebaa..fb28c7cfb341 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -3,7 +3,7 @@ PORTNAME= bind PORTVERSION= ${ISCVERSION:S/-P/P/:S/b/.b/:S/a/.a/:S/rc/.rc/} -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= dns net ipv6 MASTER_SITES= ISC/bind9/${ISCVERSION} PKGNAMESUFFIX= 99 @@ -202,8 +202,8 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/empty.db ${STAGEDIR}${ETCDIR}/master ${INSTALL_DATA} ${FILESDIR}/localhost-forward.db ${STAGEDIR}${ETCDIR}/master ${INSTALL_DATA} ${FILESDIR}/localhost-reverse.db ${STAGEDIR}${ETCDIR}/master - ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree - ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree + ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.dist.sample + ${INSTALL_DATA} ${FILESDIR}/BIND.chroot.local.dist ${STAGEDIR}${PREFIX}/etc/mtree/BIND.chroot.local.dist.sample ${INSTALL_DATA} ${WRKSRC}/bin/rndc/rndc.conf \ ${STAGEDIR}${ETCDIR}/rndc.conf.sample diff --git a/dns/bind99/pkg-plist b/dns/bind99/pkg-plist index 96765acd110f..455fe4319a19 100644 --- a/dns/bind99/pkg-plist +++ b/dns/bind99/pkg-plist @@ -5,8 +5,8 @@ bin/host bin/isc-config.sh bin/nslookup bin/nsupdate -etc/mtree/BIND.chroot.dist -etc/mtree/BIND.chroot.local.dist +@sample etc/mtree/BIND.chroot.dist.sample +@sample etc/mtree/BIND.chroot.local.dist.sample %%ETCDIR%%/bind.keys %%ETCDIR%%/master/empty.db %%ETCDIR%%/master/localhost-forward.db |