aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2005-10-12 02:25:05 +0800
committersem <sem@FreeBSD.org>2005-10-12 02:25:05 +0800
commit3ac95f9fea178d9b1358acbc262b2f20cf8ee1be (patch)
tree3f5148975dfa783c87a285148cd540c23bca916c
parent3bcee622bd791b2d32bdeee93157d32387e04d00 (diff)
downloadfreebsd-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/Makefile1
-rw-r--r--dns/dnsmasq/files/dnsmasq.sh.in2
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%%