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/lynx/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'www/lynx/Makefile')
-rw-r--r-- | www/lynx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index 07c7f7446c0..b652eaf9acb 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.63 2004/01/05 23:46:42 jlam Exp $ +# $NetBSD: Makefile,v 1.64 2004/01/20 12:27:59 agc Exp $ # DISTNAME= lynx2.8.4rel.1 PKGNAME= lynx-2.8.4.1.4 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/lynx2-8-4 CATEGORIES= www MASTER_SITES= http://lynx.isc.org/lynx2.8.4/ \ ftp://lynx.isc.org/lynx2.8.4/ \ @@ -28,6 +27,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_USES_MSGFMT= yes +WRKSRC= ${WRKDIR}/lynx2-8-4 USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes |