summaryrefslogtreecommitdiff
path: root/www/php-FastTemplate
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-06-23 15:38:40 +0000
committerwiz <wiz@pkgsrc.org>2005-06-23 15:38:40 +0000
commita797f2aece9ea0d9995805a7e4cf87cf44ed125c (patch)
tree591df36b1a7f388db5c297332635ef491d20b444 /www/php-FastTemplate
parent079da94a1e896c3c19addaa9d425a867e76c0062 (diff)
downloadpkgsrc-a797f2aece9ea0d9995805a7e4cf87cf44ed125c.tar.gz
Call INSTALL_DATA_DIR with only one argument. Should fix irix bulk build.
Diffstat (limited to 'www/php-FastTemplate')
-rw-r--r--www/php-FastTemplate/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/php-FastTemplate/Makefile b/www/php-FastTemplate/Makefile
index f69d2f19d9f..355cdc39f4d 100644
--- a/www/php-FastTemplate/Makefile
+++ b/www/php-FastTemplate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/04/24 22:46:13 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/06/23 15:38:40 wiz Exp $
DISTNAME= FastTemplate-1_1_0
PKGNAME= php-FastTemplate-1.1.0
@@ -28,7 +28,9 @@ PLIST_SUBST+= PHP_LIB_SUBDIR=${PHP_LIB_SUBDIR}
PLIST_SUBST+= PKGBASE=${PKGBASE}
do-install:
- ${INSTALL_DATA_DIR} ${PHP_LIB_DIR} ${DOCDIR} ${EGDIR}/templates
+ ${INSTALL_DATA_DIR} ${PHP_LIB_DIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA_DIR} ${EGDIR}/templates
${INSTALL_DATA} ${WRKSRC}/class.FastTemplate.php3 ${PHP_LIB_DIR}
${INSTALL_DATA} ${WRKSRC}/docs/FastTemplate.html ${DOCDIR}
cd ${WRKSRC}; for file in *.phtml; do \