summaryrefslogtreecommitdiff
path: root/www/php-FastTemplate
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commit5ec134d67dbba7a354689af359fb4dd92bc8cbec (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /www/php-FastTemplate
parent9d13f62cc158ce4d29412c1798882c83849d448b (diff)
downloadpkgsrc-5ec134d67dbba7a354689af359fb4dd92bc8cbec.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 'www/php-FastTemplate')
-rw-r--r--www/php-FastTemplate/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/php-FastTemplate/Makefile b/www/php-FastTemplate/Makefile
index 355cdc39f4d..12c632eaaf4 100644
--- a/www/php-FastTemplate/Makefile
+++ b/www/php-FastTemplate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/06/23 15:38:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2005/12/05 20:51:13 rillig Exp $
DISTNAME= FastTemplate-1_1_0
PKGNAME= php-FastTemplate-1.1.0
@@ -24,8 +24,8 @@ PHP_LIB_DIR= ${PREFIX}/${PHP_LIB_SUBDIR}
DOCDIR= ${PREFIX}/share/doc/html/${PKGBASE}
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
-PLIST_SUBST+= PHP_LIB_SUBDIR=${PHP_LIB_SUBDIR}
-PLIST_SUBST+= PKGBASE=${PKGBASE}
+PLIST_SUBST+= PHP_LIB_SUBDIR=${PHP_LIB_SUBDIR:Q}
+PLIST_SUBST+= PKGBASE=${PKGBASE:Q}
do-install:
${INSTALL_DATA_DIR} ${PHP_LIB_DIR}