pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/fetch Remove trailing spaces. This will fix my prob...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba06cca19e8e
branches:  trunk
changeset: 528991:ba06cca19e8e
user:      martti <martti%pkgsrc.org@localhost>
date:      Tue May 22 12:27:08 2007 +0000

description:
Remove trailing spaces. This will fix my problems with pkglint:

# pkglint -Wall
FATAL: ../../mk/fetch/sites.mk:56: Unknown line type.

diffstat:

 mk/fetch/sites.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 1e635672f83d -r ba06cca19e8e mk/fetch/sites.mk
--- a/mk/fetch/sites.mk Tue May 22 12:20:08 2007 +0000
+++ b/mk/fetch/sites.mk Tue May 22 12:27:08 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: sites.mk,v 1.26 2007/05/21 22:42:22 wiz Exp $
+# $NetBSD: sites.mk,v 1.27 2007/05/22 12:27:08 martti Exp $
 #
 # This Makefile fragment defines read-only MASTER_SITE_* variables
 # representing some well-known master distribution sites for software.
@@ -53,7 +53,7 @@
 MASTER_SITE_TEX_CTAN+= \
        ftp://ftp.funet.fi/pub/TeX/CTAN/ \
        ftp://ftp.tex.ac.uk/tex-archive/ \
-       ftp://ftp.dante.de/tex-archive/ 
+       ftp://ftp.dante.de/tex-archive/
 
 MASTER_SITE_SUNSITE+=   \
        ftp://sunsite.unc.edu/pub/Linux/ \
@@ -126,7 +126,7 @@
 MASTER_SITE_SUSE+=     \
        ftp://rpmfind.net/linux/SuSE-Linux/${MACHINE_ARCH}/update/${SUSE_VERSION}/ \
        ftp://fr.rpmfind.net/linux/SuSE-Linux/${MACHINE_ARCH}/update/${SUSE_VERSION}/ \
-       ftp://fr2.rpmfind.net/linux/SuSE-Linux/${MACHINE_ARCH}/update/${SUSE_VERSION}/ 
+       ftp://fr2.rpmfind.net/linux/SuSE-Linux/${MACHINE_ARCH}/update/${SUSE_VERSION}/
 
 MASTER_SITE_MOZILLA+=   \
        http://ftp.mozilla.org/pub/mozilla.org/ \



Home | Main Index | Thread Index | Old Index