diff options
author | cjep <cjep> | 2002-12-23 10:48:12 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-12-23 10:48:12 +0000 |
commit | e18a18a3cdc5d89ce65a67e2bf815e46a2599c7b (patch) | |
tree | 0b68bb4e170d87159d96a466be11330e7c3c85f8 /math/xgap | |
parent | bd22803b51977579deace645fa6ccb84b548e339 (diff) | |
download | pkgsrc-e18a18a3cdc5d89ce65a67e2bf815e46a2599c7b.tar.gz |
Fix: Don't need DISTFILES. Need an EXTRACT_SUFX...
Diffstat (limited to 'math/xgap')
-rw-r--r-- | math/xgap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xgap/Makefile b/math/xgap/Makefile index c2281cd076b..0d32781db4b 100644 --- a/math/xgap/Makefile +++ b/math/xgap/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2002/12/23 02:02:09 cjep Exp $ +# $NetBSD: Makefile,v 1.3 2002/12/23 10:48:12 cjep Exp $ # DISTNAME= xgap4r16 PKGNAME= xgap-4.16 CATEGORIES= math x11 MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/ -DISTFILES= ${DISTNAME}.zoo \ +EXTRACT_SUFX= .zoo MAINTAINER= cjep@netbsd.org HOMEPAGE= http://www.gap-system.org/Share/xgap.html |