diff options
author | sem <sem@FreeBSD.org> | 2005-10-12 02:25:05 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-10-12 02:25:05 +0800 |
commit | 3ac95f9fea178d9b1358acbc262b2f20cf8ee1be (patch) | |
tree | 3f5148975dfa783c87a285148cd540c23bca916c | |
parent | 3bcee622bd791b2d32bdeee93157d32387e04d00 (diff) | |
download | freebsd-ports-gnome-3ac95f9fea178d9b1358acbc262b2f20cf8ee1be.tar.gz freebsd-ports-gnome-3ac95f9fea178d9b1358acbc262b2f20cf8ee1be.tar.zst freebsd-ports-gnome-3ac95f9fea178d9b1358acbc262b2f20cf8ee1be.zip |
- Fix rcNG script
PR: ports/87163
Reported by: Michael Blatt <michael.blatt@gmail.com>
-rw-r--r-- | dns/dnsmasq/Makefile | 1 | ||||
-rw-r--r-- | dns/dnsmasq/files/dnsmasq.sh.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 687af49afdc0..e2fca5819145 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -7,6 +7,7 @@ PORTNAME= dnsmasq PORTVERSION= 2.22 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ diff --git a/dns/dnsmasq/files/dnsmasq.sh.in b/dns/dnsmasq/files/dnsmasq.sh.in index 2f661e4a132c..39d1f2e675b7 100644 --- a/dns/dnsmasq/files/dnsmasq.sh.in +++ b/dns/dnsmasq/files/dnsmasq.sh.in @@ -11,7 +11,7 @@ # # override these variables in /etc/rc.conf -dnsmasq_enable=NO +dnsmasq_enable=${dnsmasq_enable:-"NO"} . %%RC_SUBR%% |