diff options
Diffstat (limited to 'www/swill')
-rw-r--r-- | www/swill/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/swill/Makefile b/www/swill/Makefile index 854736a97fd..f17cc9b20e2 100644 --- a/www/swill/Makefile +++ b/www/swill/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:56:04 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:28:00 agc Exp $ DISTNAME= swill-0.1 -WRKSRC= ${WRKDIR}/SWILL-0.1 CATEGORIES= www devel MASTER_SITES= http://systems.cs.uchicago.edu/swill/ @@ -9,6 +8,7 @@ MAINTAINER= thorpej@NetBSD.org HOMEPAGE= http://systems.cs.uchicago.edu/swill/ COMMENT= The Simple Web Interface Link Library +WRKSRC= ${WRKDIR}/SWILL-0.1 GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |