diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/php-FastTemplate | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/php-FastTemplate')
-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 |