Received: by mail.netbsd.org (Postfix, from userid 605) id 3BEE784D91; Wed, 15 Mar 2023 16:01:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6A47A84D58 for ; Wed, 15 Mar 2023 16:01:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id yCyckSaT20z1 for ; Wed, 15 Mar 2023 16:01:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BB76D84CEF for ; Wed, 15 Mar 2023 16:01:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B52DDFA90; Wed, 15 Mar 2023 16:01:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167889609887030" MIME-Version: 1.0 Date: Wed, 15 Mar 2023 16:01:38 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/doc/guide/files To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20230315160138.B52DDFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167889609887030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Mar 15 16:01:38 UTC 2023 Modified Files: pkgsrc/doc/guide/files: submit.xml Log Message: Category makefiles say "SUBDIR+=", not "SUBDIRS+=". To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 pkgsrc/doc/guide/files/submit.xml Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167889609887030 Content-Disposition: inline Content-Length: 863 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/files/submit.xml diff -u pkgsrc/doc/guide/files/submit.xml:1.38 pkgsrc/doc/guide/files/submit.xml:1.39 --- pkgsrc/doc/guide/files/submit.xml:1.38 Fri Feb 11 08:02:05 2022 +++ pkgsrc/doc/guide/files/submit.xml Wed Mar 15 16:01:38 2023 @@ -1,4 +1,4 @@ - + Submitting and Committing @@ -148,7 +148,7 @@ you can check by running cvs stat &uprompt; cvs status | less &uprompt; cvs commit &uprompt; cd .. -&uprompt; vi Makefile # add SUBDIRS+=pkgname line +&uprompt; vi Makefile # add SUBDIR+=pkgname line &uprompt; cvs commit Makefile &uprompt; cd pkgname &uprompt; make CTYPE=Added commit-changes-entry --_----------=_167889609887030--