diff options
author | wiz <wiz> | 2005-06-23 15:38:40 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-06-23 15:38:40 +0000 |
commit | 12d6b584f9c8d8addf1c393ddf598a946f604308 (patch) | |
tree | 591df36b1a7f388db5c297332635ef491d20b444 /www | |
parent | 2ea126f7dc90efd1d41ffcdcdf659e923bc27ce7 (diff) | |
download | pkgsrc-12d6b584f9c8d8addf1c393ddf598a946f604308.tar.gz |
Call INSTALL_DATA_DIR with only one argument. Should fix irix bulk build.
Diffstat (limited to 'www')
-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 \ |