diff options
author | cjep <cjep> | 2002-12-23 02:02:08 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-23 02:02:08 +0000 |
commit | d180303181b920d8bed786044b2a17975f11160a (patch) | |
tree | 1cf68da22ad311bf727963cc2cc46fc2fe33bb7a /math/gp-grape | |
parent | 0a1a0b1c04c4c44a8ce95eaf02ae0c676e78cd51 (diff) | |
download | pkgsrc-d180303181b920d8bed786044b2a17975f11160a.tar.gz |
Use new built in pkgsrc zoo extract method.
Diffstat (limited to 'math/gp-grape')
-rw-r--r-- | math/gp-grape/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/gp-grape/Makefile b/math/gp-grape/Makefile index 933c50a4c3b..bc6ed986151 100644 --- a/math/gp-grape/Makefile +++ b/math/gp-grape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/12/22 17:43:49 cjep Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/23 02:02:08 cjep Exp $ # DISTNAME= grape4r1 @@ -11,9 +11,6 @@ MAINTAINER= cjep@netbsd.org HOMEPAGE= http://www.gap-system.org/Share/grape.html COMMENT= GRAPE (GRape Algorithms using PErmutation groups) -BUILD_DEPENDS+= zoo-[0-9]*:../../archivers/zoo - -EXTRACT_CMD= ${LOCALBASE}/bin/zoo -extract ${DOWNLOADED_DISTFILE} WRKSRC= ${WRKDIR}/${GAP_PKG_NAME} ALL_TARGET= bsd-gcc |