diff options
author | gdt <gdt@pkgsrc.org> | 2007-01-09 21:14:21 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-01-09 21:14:21 +0000 |
commit | af27e6153b818c92bc2a8eb5facc145e960e17a4 (patch) | |
tree | ab027bf130cc179948add3988c799a9863f11c40 /doc/Makefile-example | |
parent | 9176eecb0b7cfc61f82134f47e6a79378d9ce780 (diff) | |
download | pkgsrc-af27e6153b818c92bc2a8eb5facc145e960e17a4.tar.gz |
Change LICENSE= to be the first item in the licensing paragraph.
Adjust wording.
conceptually ok'd by wiz@ agc@
Diffstat (limited to 'doc/Makefile-example')
-rw-r--r-- | doc/Makefile-example | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example index 7ff264560c3..7503435a86e 100644 --- a/doc/Makefile-example +++ b/doc/Makefile-example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-example,v 1.14 2006/07/27 15:16:44 jlam Exp $ +# $NetBSD: Makefile-example,v 1.15 2007/01/09 21:14:21 gdt Exp $ # First paragraph - distfile and binary package data # DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES @@ -16,13 +16,14 @@ HOMEPAGE= http://www.gnu.org/software/make/make.html COMMENT= GNU version of 'make' utility # start with a capital, no articles at start # Third paragraph - licensing information -# Please set RESTRICTED to the relevant reason, and use it to define NO_{SRC,BIN}_ON_{FTP,CDROM} -# Any specific licence should be added to the pkgsrc/licenses directory +# Licences should be added to the pkgsrc/licenses directory. +LICENSE= hptools-license +# Set RESTRICTED to a very short explanation (typically "No permission to +# redistribute for a fee."). NO_*_ON_* may only be set to ${RESTRICTED}. RESTRICTED= "Redistribution of unmodified source only; resale prohibited." NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -LICENSE= hptools-license # Fourth paragraph - PKG_INSTALLATION_TYPES PKG_INSTALLATION_TYPES= overwrite pkgviews # needed for package views-ready packages |