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 | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/swill | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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" |