diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-10 20:43:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-10 20:43:50 +0000 |
commit | 47fccddc36fbae1265a37c7b77bb6c752c8ba4d0 (patch) | |
tree | 85b7e6cd38afa1e0ab4ec166ccf9b15219776cbd /dns/bind99/Makefile | |
parent | 9db5d92352c39c9b0140d331e2346a7464183561 (diff) | |
download | freebsd-ports-47fccddc36fbae1265a37c7b77bb6c752c8ba4d0.zip |
Two changes to the RC script
- Add a dependency on ldconfig
- Allow people to change the pidfile
PR: 188439
Submitted by: Oliver Lehmann
Sponsored by: Absolight
Diffstat (limited to 'dns/bind99/Makefile')
-rw-r--r-- | dns/bind99/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/bind99/Makefile b/dns/bind99/Makefile index 2ba89b3c7305..613c0a1a65c2 100644 --- a/dns/bind99/Makefile +++ b/dns/bind99/Makefile @@ -2,7 +2,7 @@ PORTNAME= bind PORTVERSION= 9.9.5 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} |