pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/doc/guide



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.

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}                                                 \



Home | Main Index | Thread Index | Old Index