diff options
-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 |