summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-06-07 08:16:53 +0000
committerwiz <wiz@pkgsrc.org>2012-06-07 08:16:53 +0000
commit25c3285c56e83ae19fa4f46eb5cb2e404fc58992 (patch)
treef612ce70a9bd1e954dfaa60ba55ce1cd314e211c /doc/pkgsrc.txt
parent5288b5233f977c6f955daf577b3e2aa43ab25afd (diff)
downloadpkgsrc-25c3285c56e83ae19fa4f46eb5cb2e404fc58992.tar.gz
regen
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r--doc/pkgsrc.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt
index 9f3316ecaf8..2e02197dc17 100644
--- a/doc/pkgsrc.txt
+++ b/doc/pkgsrc.txt
@@ -7900,9 +7900,10 @@ $ cd pkgname
$ cvs add DESCR Makefile PLIST distinfo buildlink3.mk patches
$ cvs add patches/p*
$ cvs status | less
+$ cvs commit
$ cd ..
$ vi Makefile # add SUBDIRS+=pkgname line
-$ cvs commit Makefile pkgname
+$ cvs commit Makefile
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.