summaryrefslogtreecommitdiff
path: root/mk/bsd.pkg.mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-09 16:08:27 +0000
committerjlam <jlam@pkgsrc.org>2005-06-09 16:08:27 +0000
commit1ad3a3bdd6d20fa71f5c026b6f5afe062368215d (patch)
tree184c8482047c8e33c83324d1a0bb01618a406dbd /mk/bsd.pkg.mk
parent50e908a9a31aa3613da6b78e4466f2a29c8ecd6d (diff)
downloadpkgsrc-1ad3a3bdd6d20fa71f5c026b6f5afe062368215d.tar.gz
Add a documentation block above the changes-entry target.
Diffstat (limited to 'mk/bsd.pkg.mk')
-rw-r--r--mk/bsd.pkg.mk17
1 files changed, 16 insertions, 1 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index d9036f3208a..8c8a41a7f3c 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1689 2005/06/09 10:09:58 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1690 2005/06/09 16:08:27 jlam Exp $
#
# This file is in the public domain.
#
@@ -4845,6 +4845,21 @@ show-tools:
. endif
.endfor
+# changes-entry appends an entry to pkgsrc/doc/CHANGES.
+#
+# The following variables may be set:
+#
+# CTYPE is the type of entry to add and is one of "Added", "Updated",
+# "Renamed", "Moved", of "Removed". The default CTYPE is "Updated".
+#
+# NETBSD_LOGIN_NAME is the login name assigned by the NetBSD Project.
+# It defaults to the local login name.
+#
+# Example usage:
+#
+# cd /usr/pkgsrc/category/package
+# make changes-entry CTYPE=Added
+#
CTYPE?= Updated
.if !empty(CTYPE:MUpdated)
_CTYPE2= " to "${PKGVERSION:Q}