diff options
author | agc <agc> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:18:15 +0000 |
commit | 1e53090cc228edde244c3b79950271b8ca469b1f (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/xgap | |
parent | 0bc53217fe50327f0f59e7136db15f92f75951d9 (diff) | |
download | pkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
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 3bb6244d7cd..e7e04d13fc8 100644 --- a/math/xgap/Makefile +++ b/math/xgap/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 21:48:19 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:20:05 agc 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 @@ -13,6 +12,7 @@ MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://www.gap-system.org/Share/xgap.html COMMENT= GUI for GAP +WRKSRC= ${WRKDIR}/${GAP_PKG_NAME} USE_BUILDLINK2= YES USE_X11= YES GNU_CONFIGURE= YES |