pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/openntpd Fix a pkglint warning:
details: https://anonhg.NetBSD.org/pkgsrc/rev/de12a4aa7970
branches: trunk
changeset: 504070:de12a4aa7970
user: peter <peter%pkgsrc.org@localhost>
date: Sat Dec 03 23:25:47 2005 +0000
description:
Fix a pkglint warning:
Please use ${PKG_SYSCONFDIR:Q} instead of ${PKG_SYSCONFDIR}.
diffstat:
net/openntpd/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a849b6f762e7 -r de12a4aa7970 net/openntpd/Makefile
--- a/net/openntpd/Makefile Sat Dec 03 23:21:03 2005 +0000
+++ b/net/openntpd/Makefile Sat Dec 03 23:25:47 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index