summaryrefslogtreecommitdiff
path: root/net/openntpd
diff options
context:
space:
mode:
authorpeter <peter@pkgsrc.org>2005-12-03 23:25:47 +0000
committerpeter <peter@pkgsrc.org>2005-12-03 23:25:47 +0000
commitc3f97936ab55d3f0ea8599c04595507d97869961 (patch)
tree8a88b97ae08b7ad92a4c65ea434ed9c126d65863 /net/openntpd
parent44a2e29e51d1a47813f57aad0df7b8a5d2873804 (diff)
downloadpkgsrc-c3f97936ab55d3f0ea8599c04595507d97869961.tar.gz
Fix a pkglint warning:
Please use ${PKG_SYSCONFDIR:Q} instead of ${PKG_SYSCONFDIR}.
Diffstat (limited to 'net/openntpd')
-rw-r--r--net/openntpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile
index f54605092da..125a6dd25b2 100644
--- a/net/openntpd/Makefile
+++ b/net/openntpd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/08/23 11:48:50 rillig Exp $
+# $NetBSD: Makefile,v 1.15 2005/12/03 23:25:47 peter Exp $
DISTNAME= openntpd-3.7p1
CATEGORIES= net
@@ -17,7 +17,7 @@ CONFLICTS+= ntp-[0-9]*
USE_PKGINSTALL= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+= sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/openntpd
CONF_FILES= ${EGDIR}/ntpd.conf ${PKG_SYSCONFDIR}/ntpd.conf