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 /math/gp-grape/Makefile | |
parent | 7cae7f609b643bad775c5f59251c32e609dbdc0a (diff) | |
download | pkgsrc-bd104e94125bfe7dfcebf5b4161276a4198449e9.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'math/gp-grape/Makefile')
-rw-r--r-- | math/gp-grape/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/gp-grape/Makefile b/math/gp-grape/Makefile index 0840ae49a96..bf68e5e3907 100644 --- a/math/gp-grape/Makefile +++ b/math/gp-grape/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2003/01/05 14:09:04 cjep Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:41 jmmv Exp $ # DISTNAME= grape4r1 PKGNAME= gp-grape-4.1 PKGREVISION= 1 SVR4_PKGNAME= gpgra +WRKSRC= ${WRKDIR}/${GAP_PKG_NAME} CATEGORIES= math MASTER_SITES= http://www.maths.qmul.ac.uk/~leonard/grape4r1/ EXTRACT_SUFX= .zoo @@ -13,8 +14,6 @@ MAINTAINER= cjep@netbsd.org HOMEPAGE= http://www.gap-system.org/Share/grape.html COMMENT= GRAPE (GRape Algorithms using PErmutation groups) -WRKSRC= ${WRKDIR}/${GAP_PKG_NAME} - ALL_TARGET= bsd-gcc GAP_PKG_NAME= grape |