diff options
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 |