summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-08 09:14:50 +0000
committerrillig <rillig>2005-12-08 09:14:50 +0000
commit797ae793cd06542c9bedf7d98e3fc2523e48ab62 (patch)
tree356279c88f9f511ada65af8f32de696aad0f8053 /net
parent917eedb6c9fcfd5b14367cd50b088dea942a36d3 (diff)
downloadpkgsrc-797ae793cd06542c9bedf7d98e3fc2523e48ab62.tar.gz
Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"
change.
Diffstat (limited to 'net')
-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"