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/rexx-regina | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'lang/rexx-regina')
-rw-r--r-- | lang/rexx-regina/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index 76c1c30535a..2ff0bb432c1 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 16:54:06 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:19:17 agc Exp $ # DISTNAME= regina301 PKGNAME= rexx-regina-3.0.1 -WRKSRC= ${WRKDIR} CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=regina-rexx/} EXTRACT_SUFX= .zip @@ -12,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://regina-rexx.sourceforge.net/ COMMENT= Implementation of the REXX language +WRKSRC= ${WRKDIR} GNU_CONFIGURE= yes USE_GMAKE= yes |