diff options
author | cjep <cjep> | 2002-12-23 02:02:08 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-23 02:02:08 +0000 |
commit | a137b9d96d041926c8dc6ee6ba2e8185404298a6 (patch) | |
tree | 1cf68da22ad311bf727963cc2cc46fc2fe33bb7a /math/gp-factint | |
parent | eafe9a1c89a770ec4f4c78ad8f60ca38413189c6 (diff) | |
download | pkgsrc-a137b9d96d041926c8dc6ee6ba2e8185404298a6.tar.gz |
Use new built in pkgsrc zoo extract method.
Diffstat (limited to 'math/gp-factint')
-rw-r--r-- | math/gp-factint/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/gp-factint/Makefile b/math/gp-factint/Makefile index 0792452f200..56ac0b6f686 100644 --- a/math/gp-factint/Makefile +++ b/math/gp-factint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/23 01:26:24 cjep Exp $ +# $NetBSD: Makefile,v 1.2 2002/12/23 02:02:08 cjep Exp $ # DISTNAME= factint-1.3 @@ -11,9 +11,6 @@ MAINTAINER= cjep@netbsd.org HOMEPAGE= http://www.gap-system.org/Share/factint.html COMMENT= Integer factorization routines for GAP -BUILD_DEPENDS+= zoo-[0-9]*:../../archivers/zoo - -EXTRACT_CMD= ${LOCALBASE}/bin/zoo -extract ${DOWNLOADED_DISTFILE} WRKSRC= ${WRKDIR}/factint NO_BUILD= YES |