diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /www/swill | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'www/swill')
-rw-r--r-- | www/swill/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/swill/Makefile b/www/swill/Makefile index 0bf8a23fb51..a7467ce6384 100644 --- a/www/swill/Makefile +++ b/www/swill/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/18 06:37:37 thorpej Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:42:55 jmmv Exp $ DISTNAME= swill-0.1 +WRKSRC= ${WRKDIR}/SWILL-0.1 CATEGORIES= www devel MASTER_SITES= http://systems.cs.uchicago.edu/swill/ @@ -10,6 +11,4 @@ COMMENT= The Simple Web Interface Link Library GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/SWILL-0.1 - .include "../../mk/bsd.pkg.mk" |