Received: by mail.netbsd.org (Postfix, from userid 605) id 3484884D62; Thu, 28 Sep 2017 07:35:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BB16984D5F for ; Thu, 28 Sep 2017 07:35:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Utq3qBhWi6Iy for ; Thu, 28 Sep 2017 07:35:36 +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 25DB784D25 for ; Thu, 28 Sep 2017 07:35:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C68DFA9C; Thu, 28 Sep 2017 07:35:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150658413656720" MIME-Version: 1.0 Date: Thu, 28 Sep 2017 07:35:36 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/doc/guide To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20170928073536.1C68DFA9C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150658413656720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Thu Sep 28 07:35:36 UTC 2017 Modified Files: pkgsrc/doc/guide: Makefile Log Message: doc/guide: Adjust ${MASTER_SITE_LOCAL} URI in a comment to make it scp(1)-friendly Make the URI of the comment about htdocs-share distfile scp(1)-friendly so that it can be copypasted more easily. NFCI. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/doc/guide/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150658413656720 Content-Disposition: inline Content-Length: 793 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/guide/Makefile diff -u pkgsrc/doc/guide/Makefile:1.45 pkgsrc/doc/guide/Makefile:1.46 --- pkgsrc/doc/guide/Makefile:1.45 Thu Sep 28 07:32:14 2017 +++ pkgsrc/doc/guide/Makefile Thu Sep 28 07:35:35 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2017/09/28 07:32:14 leot Exp $ +# $NetBSD: Makefile,v 1.46 2017/09/28 07:35:35 leot Exp $ DISTNAME= pkgsrc-guide-${PKGVERSION} CATEGORIES= # empty @@ -138,7 +138,7 @@ detab: # Generates a new htdocs-share-*.tar.gz archive from the current # contents of the htdocs directory. To make it available, it should -# be copied to ftp.NetBSD.org/pub/pkgsrc/distfiles/LOCAL_PORTS/. +# be copied to ftp.NetBSD.org:/pub/pkgsrc/distfiles/LOCAL_PORTS/. .PHONY: htdocs-share htdocs-share: cd ${HTDOCSDIR} \ --_----------=_150658413656720--