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 /net/lambdamoo/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/lambdamoo/Makefile')
-rw-r--r-- | net/lambdamoo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/lambdamoo/Makefile b/net/lambdamoo/Makefile index 37707144045..fb2635ec3de 100644 --- a/net/lambdamoo/Makefile +++ b/net/lambdamoo/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2003/09/02 23:14:44 jmc Exp $ +# $NetBSD: Makefile,v 1.11 2004/01/20 12:22:19 agc Exp $ DISTNAME= LambdaMOO-1.8.1 PKGNAME= lambdamoo-1.8.1 -WRKSRC= ${WRKDIR}/MOO-1.8.1 CATEGORIES= net MASTER_SITES= ftp://ftp.place.org/pub/moo/ \ ${MASTER_SITE_SOURCEFORGE:=lambdamoo/} \ @@ -29,6 +28,7 @@ _PKG_USER_SHELL= ${SH} FILES_SUBST+= LAMBDAMOO_HOME=${LAMBDAMOO_HOME} +WRKSRC= ${WRKDIR}/MOO-1.8.1 ALL_TARGET= GNU_CONFIGURE= yes |