summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-06-11 20:49:30 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-06-11 20:49:30 +0000
commit781a77fac7ba67ef6db983ec8cd22764df867ec7 (patch)
tree067dcfc2c4065dcfc003e6f6ff62c7cf489ddcfa /dns
parentNew port: security/razorback-officeCat: (diff)
Fix inverted PORT_OPTIONS:MDOCS logic, regression from optionsNG migration.
Reported by: Spil Oss Reported by: pointyhat (by way of pav@)
Notes
Notes: svn path=/head/; revision=299078
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsmasq/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index 706053e9f422..3c0d4135224f 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -7,6 +7,7 @@
PORTNAME= dnsmasq
DISTVERSION= 2.62
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= dns ipv6
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \
@@ -95,7 +96,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${PREFIX}/etc
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.8 ${PREFIX}/man/man8
-.if empty(PORT_OPTIONS:MDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif