pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Removed trailing white-space.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f8ee6063d665
branches:  trunk
changeset: 503098:f8ee6063d665
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Nov 14 04:50:47 2005 +0000

description:
Removed trailing white-space.

diffstat:

 mk/bsd.prefs.mk |  4 ++--
 mk/bsd.sites.mk |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 3d01ba34cd34 -r f8ee6063d665 mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Mon Nov 14 04:47:44 2005 +0000
+++ b/mk/bsd.prefs.mk   Mon Nov 14 04:50:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.208 2005/11/13 17:40:00 rillig Exp $
+# $NetBSD: bsd.prefs.mk,v 1.209 2005/11/14 04:51:47 rillig Exp $
 #
 # Make file, included to get the site preferences, if any.  Should
 # only be included by package Makefiles before any .if defined()
@@ -429,7 +429,7 @@
 # The check for the existence of ${X11BASE}/lib/X11/config/xpkgwedge.def
 # is to catch users of xpkgwedge<1.0.
 #
-.if !empty(USE_XPKGWEDGE:M[Yy][Ee][Ss]) 
+.if !empty(USE_XPKGWEDGE:M[Yy][Ee][Ss])
 X11PREFIX=             ${LOCALBASE}
 .else
 X11PREFIX=             ${X11BASE}
diff -r 3d01ba34cd34 -r f8ee6063d665 mk/bsd.sites.mk
--- a/mk/bsd.sites.mk   Mon Nov 14 04:47:44 2005 +0000
+++ b/mk/bsd.sites.mk   Mon Nov 14 04:50:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.sites.mk,v 1.46 2005/11/11 23:00:18 wiz Exp $
+# $NetBSD: bsd.sites.mk,v 1.47 2005/11/14 04:50:47 rillig Exp $
 #
 # Default MASTER_SITES
 
@@ -265,7 +265,7 @@
        http://ifarchive.flavorplex.com/if-archive/ \
        http://ifarchive.heanet.ie/if-archive/ \
        http://ifarchive.giga.or.at/if-archive/
- 
+
 MASTER_SITE_FREEBSD+= \
        ftp://ftp.FreeBSD.org/pub/FreeBSD/distfiles/ \
        ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/distfiles/
@@ -274,7 +274,7 @@
        ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/ \
        ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/
 
-# The primary backup site. 
+# The primary backup site.
 MASTER_SITE_BACKUP?=   \
        http://ftp.fi.NetBSD.org/pub/NetBSD/packages/distfiles/ \
        ftp://ftp.NetBSD.org/pub/NetBSD/packages/distfiles/ \



Home | Main Index | Thread Index | Old Index