From a797f2aece9ea0d9995805a7e4cf87cf44ed125c Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 23 Jun 2005 15:38:40 +0000 Subject: Call INSTALL_DATA_DIR with only one argument. Should fix irix bulk build. --- www/php-FastTemplate/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/php-FastTemplate') 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 \ -- cgit v1.2.3