pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Add missing line continuation backslashes.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/075230cb0f6f
branches:  trunk
changeset: 496124:075230cb0f6f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Jun 23 12:11:07 2005 +0000

description:
Add missing line continuation backslashes.
Noted by Jukka Salmi.

diffstat:

 mk/bsd.pkg.mk   |   4 +++-
 mk/bsd.sites.mk |  10 +++++-----
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (39 lines):

diff -r 5d6f34731b3f -r 075230cb0f6f mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Thu Jun 23 11:10:32 2005 +0000
+++ b/mk/bsd.pkg.mk     Thu Jun 23 12:11:07 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1699 2005/06/23 09:02:46 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1700 2005/06/23 12:11:07 wiz Exp $
 #
 # This file is in the public domain.
 #
@@ -4786,3 +4786,5 @@
 changes-entry:
        ${_PKG_SILENT}${_PKG_DEBUG}                                     \
        ${ECHO} ${_CTYPE1}${_CTYPE2}${_CTYPE3} >> ${PKGSRC_CHANGES:Q}
+
+wt: show-options supported-options-message
diff -r 5d6f34731b3f -r 075230cb0f6f mk/bsd.sites.mk
--- a/mk/bsd.sites.mk   Thu Jun 23 11:10:32 2005 +0000
+++ b/mk/bsd.sites.mk   Thu Jun 23 12:11:07 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sites.mk,v 1.39 2005/06/23 10:28:54 wiz Exp $
+# $NetBSD: bsd.sites.mk,v 1.40 2005/06/23 12:11:07 wiz Exp $
 #
 # Default MASTER_SITES
 
@@ -103,10 +103,10 @@
        http://peterhost.dl.sourceforge.net/sourceforge/ \
        http://ovh.dl.sourceforge.net/sourceforge/ \
        http://puzzle.dl.sourceforge.net/sourceforge/ \
-       http://switch.dl.sourceforge.net/sourceforge/
-       http://ufpr.dl.sourceforge.net/sourceforge/
-       http://umn.dl.sourceforge.net/sourceforge/
-       http://unc.dl.sourceforge.net/sourceforge/
+       http://switch.dl.sourceforge.net/sourceforge/ \
+       http://ufpr.dl.sourceforge.net/sourceforge/ \
+       http://umn.dl.sourceforge.net/sourceforge/ \
+       http://unc.dl.sourceforge.net/sourceforge/ \
        http://voxel.dl.sourceforge.net/sourceforge/
 #      ftp://ftp2.sourceforge.net/pub/sourceforge/
 #      ftp://ftp.tuwien.ac.at/linux/sourceforge/



Home | Main Index | Thread Index | Old Index