summaryrefslogtreecommitdiff
path: root/net/dnsmasq/Makefile
diff options
context:
space:
mode:
authorcheusov <cheusov>2014-11-23 13:16:23 +0000
committercheusov <cheusov>2014-11-23 13:16:23 +0000
commitcb7e8b9f9e4cd81a1d2fdcb068dbf418eb91eefc (patch)
treeef006369612ce88d068ba9c889f5fd5cf00e45a1 /net/dnsmasq/Makefile
parent589e4ca772e008a4730d5251bbf1c9574fab9087 (diff)
downloadpkgsrc-cb7e8b9f9e4cd81a1d2fdcb068dbf418eb91eefc.tar.gz
Fix pkglint warnings
Diffstat (limited to 'net/dnsmasq/Makefile')
-rw-r--r--net/dnsmasq/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/dnsmasq/Makefile b/net/dnsmasq/Makefile
index fdecc7d2400..c7c3eeba7f2 100644
--- a/net/dnsmasq/Makefile
+++ b/net/dnsmasq/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.25 2014/11/23 13:10:03 cheusov Exp $
+# $NetBSD: Makefile,v 1.26 2014/11/23 13:16:23 cheusov Exp $
#
DISTNAME= dnsmasq-2.67
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/
-LICENSE= gnu-gpl-v3
MAINTAINER= roy@NetBSD.org
HOMEPAGE= http://www.thekelleys.org.uk/dnsmasq/doc.html
COMMENT= Lightweight, easy to configure DNS forwarder
+LICENSE= gnu-gpl-v3
RCD_SCRIPTS= dnsmasq
CONF_FILES= ${PREFIX}/share/examples/dnsmasq/dnsmasq.conf.example \
@@ -50,8 +50,8 @@ CFLAGS+= -DNO_IPV6
# Override the defaults
AUTO_MKDIRS=yes
-CFLAGS+= -DCONFFILE=\\\"${PKG_SYSCONFDIR}/dnsmasq.conf\\\"
-BUILD_MAKE_FLAGS+= COPTS="${CFLAGS}"
+CFLAGS+= -DCONFFILE='"${PKG_SYSCONFDIR}/dnsmasq.conf"'
+BUILD_MAKE_FLAGS+= COPTS=${CFLAGS:Q}
INSTALL_MAKE_FLAGS+= PREFIX="${PREFIX}"
INSTALL_MAKE_FLAGS+= MANDIR="${PREFIX}/${PKGMANDIR}"
INSTALL_MAKE_FLAGS+= LOCALEDIR="${PREFIX}/${PKGLOCALEDIR}"