summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authormspo <mspo@pkgsrc.org>2014-02-25 02:30:06 +0000
committermspo <mspo@pkgsrc.org>2014-02-25 02:30:06 +0000
commit87dd069f9ecaca7f75bd9c28c61c5fae54773915 (patch)
treef1218802b02f83edd15069a529e251cef0ac30d1 /doc/pkgsrc.txt
parent58a13e2dc61540495192f08b88cafb186d5c52ce (diff)
downloadpkgsrc-87dd069f9ecaca7f75bd9c28c61c5fae54773915.tar.gz
change docs saying changes-entry-commit to commit-changes-entry, the correct target
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index b0e9029a794..5ed5f49b1ae 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -8097,7 +8097,7 @@ or package moves or removals, set the CTYPE variable on the command line to
your local login name is not the same as your NetBSD login name. The target
also automatically removes possibly existing entries for the package in the
TODO file. Don't forget to commit the changes, e.g. by using make
-changes-entry-commit! If you are not using a checkout directly from
+commit-changes-entry! If you are not using a checkout directly from
cvs.NetBSD.org, but e.g. a local copy of the repository, you can set
USE_NETBSD_REPO=yes. This makes the cvs commands use the main repository.
@@ -8123,7 +8123,7 @@ $ vi Makefile # add SUBDIRS+=pkgname line
$ cvs commit Makefile
$ cd pkgname
$ make CTYPE=Added changes-entry
-$ make changes-entry-commit
+$ make commit-changes-entry
The commit message of the initial import should include part of the DESCR file,
so people reading the mailing lists know what the package is/does.