summaryrefslogtreecommitdiff
path: root/doc/Makefile-example
diff options
context:
space:
mode:
authoragc <agc>2009-05-18 17:09:43 +0000
committeragc <agc>2009-05-18 17:09:43 +0000
commitad3b12df3df5b9496a4aa4d2af3c7d1408a26a87 (patch)
treeb336ad644342dcdffad4f4c6c3e1f2e991faae6a /doc/Makefile-example
parent0e3e7272d6169d5cd5922be587b9699fc322b854 (diff)
downloadpkgsrc-ad3b12df3df5b9496a4aa4d2af3c7d1408a26a87.tar.gz
Standardise on location for licensing information (in second paragraph,
with HOMEPAGE).
Diffstat (limited to 'doc/Makefile-example')
-rw-r--r--doc/Makefile-example8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example
index cedb961bae1..d70629a047f 100644
--- a/doc/Makefile-example
+++ b/doc/Makefile-example
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-example,v 1.17 2008/05/29 08:34:26 abs Exp $
+# $NetBSD: Makefile-example,v 1.18 2009/05/18 17:09:43 agc Exp $
# First paragraph - distfile and binary package data
# DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES
@@ -10,14 +10,12 @@ CATEGORIES= devel gnu # multiple categories are allowed
MASTER_SITES= ${MASTER_SITE_GNU:=make/}
#EXTRACT_SUFX= .tar.bz2 # .tar.gz is the default, only needed in unusual circumstances
-# Second paragraph - MAINTAINER/OWNER, HOMEPAGE and COMMENT
+# Second paragraph - MAINTAINER/OWNER, HOMEPAGE and COMMENT, and LICEN[CS]E
MAINTAINER= pkgsrc-users@NetBSD.org # set this to your email address, pkgsrc-users@ is the default
HOMEPAGE= http://www.gnu.org/software/make/make.html
COMMENT= GNU version of 'make' utility # start with a capital, no articles at start
+LICENSE= hptools-license # Licences should be added to the pkgsrc/licenses directory.
-# Third paragraph - licensing information
-# 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."