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 | 895a427c2b02fc658aea5135eb3059116379c573 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /math | |
parent | 24e9c4bfce71001ab726d2c6ccdd198ef12435ba (diff) | |
download | pkgsrc-895a427c2b02fc658aea5135eb3059116379c573.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')
-rw-r--r-- | math/gap/Makefile | 5 | ||||
-rw-r--r-- | math/py-ephem/Makefile | 8 |
2 files changed, 6 insertions, 7 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 diff --git a/math/py-ephem/Makefile b/math/py-ephem/Makefile index 5b1a205915d..eafdf26df35 100644 --- a/math/py-ephem/Makefile +++ b/math/py-ephem/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:36 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:23 wiz Exp $ # DISTNAME= pyephem-3.7b @@ -9,15 +9,15 @@ MASTER_SITES= http://www.rhodesmill.org/brandon/projects/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.rhodesmill.org/brandon/projects/pyephem.html COMMENT= Scientific-grade astronomical computations for Python - -PKG_DESTDIR_SUPPORT= user-destdir - # See ../../x11/xephem/Makefile. LICENSE= xephem-license + RESTRICTED= Combined work is both GPL and non-Free NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= true INSTALLATION_DIRS= share/doc/${PKGNAME} |