diff options
Diffstat (limited to 'math/xgap/Makefile')
-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 9f6460da8bd..be5650f1692 100644 --- a/math/xgap/Makefile +++ b/math/xgap/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.4 2003/01/05 12:43:02 cjep Exp $ +# $NetBSD: Makefile,v 1.5 2003/03/29 12:41:45 jmmv Exp $ # DISTNAME= xgap4r16 PKGNAME= xgap-4.16 PKGREVISION= 1 +WRKSRC= ${WRKDIR}/${GAP_PKG_NAME} CATEGORIES= math x11 MASTER_SITES= ftp://ftp-gap.dcs.st-and.ac.uk/pub/gap/gap4/share/ EXTRACT_SUFX= .zoo @@ -17,7 +18,6 @@ USE_X11= YES GNU_CONFIGURE= YES ALL_TARGET= default -WRKSRC= ${WRKDIR}/${GAP_PKG_NAME} CONFIGURE_ENV+= GAP_DIRECTORY=${GAP_DIRECTORY} GAP_PKG_NAME= xgap |