summaryrefslogtreecommitdiff
path: root/doc/pkgsrc.txt
diff options
context:
space:
mode:
authorwiz <wiz>2012-06-07 08:16:53 +0000
committerwiz <wiz>2012-06-07 08:16:53 +0000
commit2c9515b98edfc2ba5c71489fdfe3ac20b7c73bd4 (patch)
treef612ce70a9bd1e954dfaa60ba55ce1cd314e211c /doc/pkgsrc.txt
parent4e9c374277c238e9ec90c1109d7884d2efb33bd3 (diff)
downloadpkgsrc-2c9515b98edfc2ba5c71489fdfe3ac20b7c73bd4.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.