diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /math/gp-grape/Makefile | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.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 |