diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/tcl-cgi | |
parent | 06f56759ab83097f935dffe578fb2580c3043d6b (diff) | |
download | pkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/tcl-cgi')
-rw-r--r-- | www/tcl-cgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tcl-cgi/Makefile b/www/tcl-cgi/Makefile index 997cad7eae0..a5bbf493a37 100644 --- a/www/tcl-cgi/Makefile +++ b/www/tcl-cgi/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:56:05 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/20 12:28:00 agc Exp $ # DISTNAME= cgi.tcl PKGNAME= tcl-cgi-1.3.0 -WRKSRC= ${WRKDIR}/cgi.tcl-1.3 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_BACKUP} @@ -13,6 +12,7 @@ COMMENT= Library of Tcl procedures to assist in writing CGI scripts DEPENDS+= tcl>=8.3.2:../../lang/tcl +WRKSRC= ${WRKDIR}/cgi.tcl-1.3 DIST_SUBDIR= ${PKGNAME} GNU_CONFIGURE= yes |