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 /lang/hugs | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/hugs')
-rw-r--r-- | lang/hugs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 157b79816a9..ba142736f7a 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.23 2003/05/04 20:19:46 jtb Exp $ +# $NetBSD: Makefile,v 1.24 2004/01/20 12:19:16 agc Exp $ DISTNAME= hugs98-Dec2001 PKGNAME= hugs98-200112 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/hugs98-Dec2001/src/unix CATEGORIES= lang MASTER_SITES= http://cvs.haskell.org/Hugs/downloads/ @@ -11,6 +10,7 @@ MAINTAINER= nathanw@mit.edu HOMEPAGE= http://www.haskell.org/hugs/ COMMENT= Nottingham and Yale Haskell interpreter and programming environment +WRKSRC= ${WRKDIR}/hugs98-Dec2001/src/unix USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-readline |