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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /www/hiawatha | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/hiawatha')
-rw-r--r-- | www/hiawatha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index 226302c85d2..ef8e489d483 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2003/08/04 11:00:31 jmmv Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 12:27:58 agc Exp $ # DISTNAME= hiawatha PKGNAME= hiawatha-0.1 PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= textproc www MASTER_SITES= ${HOMEPAGE} ${MASTER_SITE_BACKUP} EXTRACT_SUFX= .zip @@ -20,6 +19,7 @@ DEPENDS+= saxon-[0-9]*:../../textproc/saxon NO_CONFIGURE= NO_BUILD= +WRKSRC= ${WRKDIR} USE_BUILDLINK2= yes USE_JAVA= run USE_PKGINSTALL= yes |