pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php-FastTemplate Call INSTALL_DATA_DIR with only o...
details: https://anonhg.NetBSD.org/pkgsrc/rev/904393e42ea0
branches: trunk
changeset: 496135:904393e42ea0
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jun 23 15:38:40 2005 +0000
description:
Call INSTALL_DATA_DIR with only one argument. Should fix irix bulk build.
diffstat:
www/php-FastTemplate/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r e00a1e916251 -r 904393e42ea0 www/php-FastTemplate/Makefile
--- a/www/php-FastTemplate/Makefile Thu Jun 23 15:35:07 2005 +0000
+++ b/www/php-FastTemplate/Makefile Thu Jun 23 15:38:40 2005 +0000
@@ -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+= 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 \
Home |
Main Index |
Thread Index |
Old Index