diff options
Diffstat (limited to 'www/php-FastTemplate/Makefile')
-rw-r--r-- | www/php-FastTemplate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/php-FastTemplate/Makefile b/www/php-FastTemplate/Makefile index bacdba571cd..fcee432ccc2 100644 --- a/www/php-FastTemplate/Makefile +++ b/www/php-FastTemplate/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:55:57 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:27:59 agc Exp $ DISTNAME= FastTemplate-1_1_0 PKGNAME= php-FastTemplate-1.1.0 -WRKSRC= ${WRKDIR}/FastTemplate CATEGORIES= www php4 MASTER_SITES= http://www.thewebmasters.net/php/ @@ -15,6 +14,7 @@ COMMENT= PHP extension for managing templates and variable interpolation DEPENDS+= php>=3.0.18:../../www/php4 +WRKSRC= ${WRKDIR}/FastTemplate DIST_SUBDIR= ${PKGBASE} NO_BUILD= YES |