diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /math/xgap/Makefile | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
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 |