diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /math/gp-lag | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'math/gp-lag')
-rw-r--r-- | math/gp-lag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gp-lag/Makefile b/math/gp-lag/Makefile index a5b7f1cf399..2f00768ad61 100644 --- a/math/gp-lag/Makefile +++ b/math/gp-lag/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:47:39 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:20:05 agc Exp $ # DISTNAME= lag-2.1 PKGNAME= gp-lag-2.1 SVR4_PKGNAME= gplag -WRKSRC= ${WRKDIR}/lag CATEGORIES= math 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/lag.html COMMENT= GAP Bracket Lie Algebra functions +WRKSRC= ${WRKDIR}/lag NO_BUILD= YES USE_BUILDLINK2= YES GAP_PKG_NAME= lag |