diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /math/gap | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'math/gap')
-rw-r--r-- | math/gap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/gap/Makefile b/math/gap/Makefile index 07d47294a81..3a7557b1ded 100644 --- a/math/gap/Makefile +++ b/math/gap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/03/04 18:12:59 jlam Exp $ +# $NetBSD: Makefile,v 1.23 2009/05/19 08:59:23 wiz Exp $ # DISTNAME= gap4r3 @@ -15,12 +15,11 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= cjep@NetBSD.org HOMEPAGE= http://www.gap-system.org/ COMMENT= Computational group theory and discrete algebra language +LICENSE= no-commercial-use EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} SITES.fix4r3n5.tar.gz= ${MASTER_SITES:=bugfixes/} -LICENSE= no-commercial-use - PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= gtar |