diff options
author | wiz <wiz@pkgsrc.org> | 2005-06-23 15:38:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-06-23 15:38:40 +0000 |
commit | a797f2aece9ea0d9995805a7e4cf87cf44ed125c (patch) | |
tree | 591df36b1a7f388db5c297332635ef491d20b444 | |
parent | 079da94a1e896c3c19addaa9d425a867e76c0062 (diff) | |
download | pkgsrc-a797f2aece9ea0d9995805a7e4cf87cf44ed125c.tar.gz |
Call INSTALL_DATA_DIR with only one argument. Should fix irix bulk build.
-rw-r--r-- | www/php-FastTemplate/Makefile | 6 |
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 \ |