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/pforth | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/pforth')
-rw-r--r-- | lang/pforth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index f504dde4e77..f8a9fc3613d 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 21:45:07 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/01/20 12:19:17 agc Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 -WRKSRC= ${WRKDIR} CATEGORIES= lang MASTER_SITES= http://www.softsynth.com/pforth/ EXTRACT_SUFX= .zip @@ -11,6 +10,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.softsynth.com/pforth/ COMMENT= Portable ANS-like Forth +WRKSRC= ${WRKDIR} USE_GMAKE= YES MAKEFILE= ${WRKSRC}/makefile |