summaryrefslogtreecommitdiff
path: root/net/ntp4
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-08 09:14:50 +0000
committerrillig <rillig@pkgsrc.org>2005-12-08 09:14:50 +0000
commite9c0c631509066440c63f3c344db537ef83c0d03 (patch)
tree356279c88f9f511ada65af8f32de696aad0f8053 /net/ntp4
parent239292dd9609d54fb758158f382f7633d1fa650e (diff)
downloadpkgsrc-e9c0c631509066440c63f3c344db537ef83c0d03.tar.gz
Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"
change.
Diffstat (limited to 'net/ntp4')
-rw-r--r--net/ntp4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index 74811b5ad02..dc49b229ae7 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2005/12/05 23:55:14 rillig Exp $
+# $NetBSD: Makefile,v 1.46 2005/12/08 09:19:22 rillig Exp $
#
DISTNAME= ntp-4.2.0
@@ -62,7 +62,7 @@ TIMETRIM= "@comment "
NO_TIMETRIM= ""
.endif
-PLIST_SUBST+= TIMETRIM=${TIMETRIM:Q} NO_TIMETRIM=${NO_TIMETRIM:Q}
+PLIST_SUBST+= TIMETRIM=${TIMETRIM} NO_TIMETRIM=${NO_TIMETRIM}
.include "../../security/openssl/buildlink3.mk"