summaryrefslogtreecommitdiff
path: root/math/xgap/Makefile
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/xgap/Makefile
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'math/xgap/Makefile')
-rw-r--r--math/xgap/Makefile4
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