aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-10-11 18:25:05 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-10-11 18:25:05 +0000
commita24a39e03a04bb31a41fa9866931b88da2babd80 (patch)
tree2f2e782507be7bf0ed2f2c1b3e585620bc56e72d /dns
parent0f5f8b197a842592d7cb6d31c3de125490ffc574 (diff)
downloadports-a24a39e03a04bb31a41fa9866931b88da2babd80.tar.gz
ports-a24a39e03a04bb31a41fa9866931b88da2babd80.zip
Notes
Diffstat (limited to 'dns')
-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%%