diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | bd104e94125bfe7dfcebf5b4161276a4198449e9 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /lang/rexx-regina | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'lang/rexx-regina')
-rw-r--r-- | lang/rexx-regina/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/rexx-regina/Makefile b/lang/rexx-regina/Makefile index 968bb217f02..2e6322fb2e1 100644 --- a/lang/rexx-regina/Makefile +++ b/lang/rexx-regina/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/02 17:22:25 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/03/29 12:41:31 jmmv Exp $ # DISTNAME= regina301 PKGNAME= rexx-regina-3.0.1 +WRKSRC= ${WRKDIR} CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=regina-rexx/} EXTRACT_SUFX= .zip @@ -14,8 +15,6 @@ COMMENT= implementation of the REXX language GNU_CONFIGURE= yes USE_GMAKE= yes -WRKSRC= ${WRKDIR} - CONFLICTS= rexx-imc-[0-9]* .include "../../mk/bsd.pkg.mk" |