diff options
Diffstat (limited to 'www/swill/Makefile')
-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" |