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
commit6419e9879b474c98a43178286be712c4c66d688c (patch)
tree356279c88f9f511ada65af8f32de696aad0f8053 /net/ntp4
parentebd4672dbd38cb5b1d2053e25560fa13b179baef (diff)
downloadpkgsrc-6419e9879b474c98a43178286be712c4c66d688c.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"