summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/Makefile-example9
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