diff options
author | cjep <cjep@pkgsrc.org> | 2002-12-23 10:48:12 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2002-12-23 10:48:12 +0000 |
commit | 16f224358adef6374bb27c2d5a613dd96f82cc3e (patch) | |
tree | 0b68bb4e170d87159d96a466be11330e7c3c85f8 /math/xgap | |
parent | e871f56fe405ad3269a76458ccb8c0221374c0ce (diff) | |
download | pkgsrc-16f224358adef6374bb27c2d5a613dd96f82cc3e.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 |