summaryrefslogtreecommitdiff
path: root/net/ntp4
diff options
context:
space:
mode:
authorrillig <rillig>2005-12-05 20:49:47 +0000
committerrillig <rillig>2005-12-05 20:49:47 +0000
commitb4f920543059af038598712771c3211999ef42a6 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /net/ntp4
parent5bf026ec112f405b514a2d69a72e10fa92c4c524 (diff)
downloadpkgsrc-b4f920543059af038598712771c3211999ef42a6.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'net/ntp4')
-rw-r--r--net/ntp4/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ntp4/Makefile b/net/ntp4/Makefile
index 697f0865c32..d2298756989 100644
--- a/net/ntp4/Makefile
+++ b/net/ntp4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2005/09/10 10:43:42 adrianp Exp $
+# $NetBSD: Makefile,v 1.44 2005/12/05 20:50:47 rillig Exp $
#
DISTNAME= ntp-4.2.0
@@ -19,7 +19,7 @@ GNU_CONFIGURE= YES
USE_TOOLS+= perl
USE_PKGINSTALL= YES
-CONFIGURE_ENV+= PATH_PERL="${PERL5}" ac_cv_header_sys_soundcard_h=no
+CONFIGURE_ENV+= PATH_PERL=${PERL5:Q} ac_cv_header_sys_soundcard_h=no
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR}
@@ -62,7 +62,7 @@ TIMETRIM= "@comment "
NO_TIMETRIM= ""
.endif
-PLIST_SUBST+= TIMETRIM=${TIMETRIM} NO_TIMETRIM=${NO_TIMETRIM}
+PLIST_SUBST+= TIMETRIM=${TIMETRIM:Q} NO_TIMETRIM=${NO_TIMETRIM:Q}
.include "../../security/openssl/buildlink3.mk"