diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-23 02:02:08 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-23 02:02:08 +0000 |
commit | 1f5a16e0772ae64919561d172f39b1ddaee1d1a4 (patch) | |
tree | 1cf68da22ad311bf727963cc2cc46fc2fe33bb7a /math/gp-grape | |
parent | 7d8302b95c3b57f742c6766cfc6a68c7800ec5db (diff) | |
download | pkgsrc-1f5a16e0772ae64919561d172f39b1ddaee1d1a4.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 |