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/lynx-current | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/lynx-current')
-rw-r--r-- | www/lynx-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index 801c9cdc35b..16a68f5d343 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.49 2004/01/06 06:10:51 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2004/01/20 12:27:59 agc Exp $ # DISTNAME= lynx2.8.5dev.7 PKGNAME= lynx-2.8.5.0.7 PKGREVISION= 3 -WRKSRC= ${WRKDIR}/lynx2-8-5 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/current/ \ ftp://ftp.nl.uu.net/pub/unix/www/lynx/current/ \ @@ -20,6 +19,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_USES_MSGFMT= yes +WRKSRC= ${WRKDIR}/lynx2-8-5 USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |