summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-28 20:28:56 +0000
committerwiz <wiz@pkgsrc.org>2003-03-28 20:28:56 +0000
commit92445eb1ed34e342aa655ca9a0ecbeaa196f188c (patch)
treea4c045075483013ef7ff6b4650fe322ab49032a2
parent9f11bcdaf1b28969179021f9ab19cb408d2d3f91 (diff)
downloadpkgsrc-92445eb1ed34e342aa655ca9a0ecbeaa196f188c.tar.gz
Remove superfluous whitespace.
-rw-r--r--archivers/bzip2/Makefile4
-rw-r--r--audio/streamtuner-live365/Makefile4
-rw-r--r--audio/xhippo/Makefile4
-rw-r--r--graphics/netpbm/buildlink2.mk4
-rw-r--r--math/blas/buildlink2.mk4
-rw-r--r--net/bing/Makefile6
-rw-r--r--net/isic/Makefile6
-rw-r--r--www/w3m/Makefile.common4
-rw-r--r--x11/kdebase2/Makefile4
-rw-r--r--x11/kdebase3/Makefile4
-rw-r--r--x11/kdelibs3/Makefile4
11 files changed, 24 insertions, 24 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile
index d224d50e9ef..c355a2d57ac 100644
--- a/archivers/bzip2/Makefile
+++ b/archivers/bzip2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2003/03/18 21:53:29 jschauma Exp $
+# $NetBSD: Makefile,v 1.22 2003/03/28 20:30:24 wiz Exp $
#
DISTNAME= bzip2-1.0.2
@@ -18,7 +18,7 @@ MAKE_ENV+= REALCC="${BUILDLINK_CC}"
CCVERS!= ${CC} -v 2>&1 | ${GREP} "gcc" || ${ECHO} "notgcc"
.if ${CCVERS} != "notgcc"
-BZIP_CFLAGS= -Wall -Winline -fomit-frame-pointer -fno-strength-reduce
+BZIP_CFLAGS= -Wall -Winline -fomit-frame-pointer -fno-strength-reduce
.endif
MAKE_ENV+= BZIP_CFLAGS="${BZIP_CFLAGS}"
diff --git a/audio/streamtuner-live365/Makefile b/audio/streamtuner-live365/Makefile
index e15aed42cab..550cf486d67 100644
--- a/audio/streamtuner-live365/Makefile
+++ b/audio/streamtuner-live365/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2003/03/20 06:47:10 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2003/03/28 20:30:46 wiz Exp $
#
DISTNAME= streamtuner-live365-0.3.0
-CATEGORIES= audio
+CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=streamtuner/}
MAINTAINER= jrp@hispabsd.org
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile
index 3c82ff62a16..613520ab9c2 100644
--- a/audio/xhippo/Makefile
+++ b/audio/xhippo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2003/02/14 02:50:08 hubertf Exp $
+# $NetBSD: Makefile,v 1.14 2003/03/28 20:31:46 wiz Exp $
#
DISTNAME= xhippo-3.3
@@ -15,7 +15,7 @@ USE_BUILDLINK2= yes
CONFIGURE_ENV+= --with-gnome=no
-CONF_FILES= ${PREFIX}/share/doc/xhippo/xhippo.config.example ${PKG_SYSCONFDIR}/xhippo.config
+CONF_FILES= ${PREFIX}/share/doc/xhippo/xhippo.config.example ${PKG_SYSCONFDIR}/xhippo.config
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xhippo
diff --git a/graphics/netpbm/buildlink2.mk b/graphics/netpbm/buildlink2.mk
index ad94096913b..195bb97ce62 100644
--- a/graphics/netpbm/buildlink2.mk
+++ b/graphics/netpbm/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.4 2003/03/18 12:11:56 tron Exp $
+# $NetBSD: buildlink2.mk,v 1.5 2003/03/28 20:28:56 wiz Exp $
.if !defined(NETPBM_BUILDLINK2_MK)
NETPBM_BUILDLINK2_MK= # defined
@@ -40,5 +40,5 @@ netpbm-buildlink-lib:
${LN} -fs libnetpbm.a lib$${_NETPBM_LIB}.a; \
${LN} -fs libnetpbm.so.*.* lib$${_NETPBM_LIB}.so; \
done
-
+
.endif # NETPBM_BUILDLINK2_MK
diff --git a/math/blas/buildlink2.mk b/math/blas/buildlink2.mk
index 08118eb8d64..1eb193e91bc 100644
--- a/math/blas/buildlink2.mk
+++ b/math/blas/buildlink2.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink2.mk,v 1.3 2003/03/11 01:49:49 jmc Exp $
+# $NetBSD: buildlink2.mk,v 1.4 2003/03/28 20:29:43 wiz Exp $
.if !defined(BLAS_BUILDLINK2_MK)
BLAS_BUILDLINK2_MK= # defined
@@ -10,7 +10,7 @@ BUILDLINK_DEPMETHOD.blas?= build
EVAL_PREFIX+= BUILDLINK_PREFIX.blas=blas
BUILDLINK_PREFIX.blas_DEFAULT= ${LOCALBASE}
-BUILDLINK_FILES.blas= lib/libblas*
+BUILDLINK_FILES.blas= lib/libblas*
BUILDLINK_TARGETS+= blas-buildlink
diff --git a/net/bing/Makefile b/net/bing/Makefile
index c6cbcb48b42..337f5915f03 100644
--- a/net/bing/Makefile
+++ b/net/bing/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/02/08 16:26:55 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.13 2003/03/28 20:32:03 wiz Exp $
# FreeBSD Id: Makefile,v 1.2 1997/10/13 09:14:49 tg Exp
#
@@ -18,14 +18,14 @@ post-install:
# XXX On NetBSD the gcc-2.95.3 for:
# XXX
-# XXX alpha
+# XXX alpha
# XXX
# XXX has an optimization bug when compiling with -O2 that is tickled by
# XXX ${WRKSRC}/bing.c
#
.if ${OPSYS} == "NetBSD"
. if (${MACHINE_ARCH} == "alpha")
-CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*//g}
+CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*//g}
CFLAGS:= ${CFLAGS:C/-O[0-9]*//g}
. endif
.endif
diff --git a/net/isic/Makefile b/net/isic/Makefile
index 880aa2be841..2378fc784e6 100644
--- a/net/isic/Makefile
+++ b/net/isic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/02/09 16:33:57 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.6 2003/03/28 20:32:18 wiz Exp $
#
DISTNAME= isic-0.05
@@ -23,11 +23,11 @@ post-install:
# XXX
# XXX alpha
# XXX
-# XXX has an optimization bug when compiling with -O2
+# XXX has an optimization bug when compiling with -O2
#
.if ${OPSYS} == "NetBSD"
. if (${MACHINE_ARCH} == "alpha")
-CPPFLAGS:= ${CPPFLAGS:C/-O[0-9]*//g}
+CPPFLAGS:= ${CPPFLAGS:C/-O[0-9]*//g}
CFLAGS:= ${CFLAGS:C/-O[0-9]*//g}
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common
index c756b0d1abc..7fd3c919d6c 100644
--- a/www/w3m/Makefile.common
+++ b/www/w3m/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2003/03/22 03:28:01 wiz Exp $
+# $NetBSD: Makefile.common,v 1.17 2003/03/28 20:29:27 wiz Exp $
#
DISTNAME= w3m-${W3M_VERS}
@@ -113,7 +113,7 @@ CONFIGURE_ENV+= use_menu=y use_matrix=n use_ansi_color=y
CONFIGURE_ENV+= use_help_cgi=n use_migemo=n
CONFIGURE_ENV+= ded=vi dmail=Mail dbrowser=
CONFIGURE_ENV+= dcc="${CC}"
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin"
CONFIGURE_ENV+= dtermlib="-lcurses"
.else
CONFIGURE_ENV+= dtermlib="-ltermcap"
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index d1b384fedc3..fcf4d37cf76 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2002/12/30 20:19:27 tron Exp $
+# $NetBSD: Makefile,v 1.41 2003/03/28 20:37:17 wiz Exp $
DISTNAME= kdebase-2.2.2
PKGREVISION= 1
@@ -92,7 +92,7 @@ post-install:
done
@# The global desktop template files need to be user-writeable, or
- @# else users won't be able to alter them after copying them to
+ @# else users won't be able to alter them after copying them to
@# their local directories.
@#
${CHMOD} u+w ${PREFIX}/share/kde/templates/.source/*
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile
index 96282f8ca34..7d0f905e40a 100644
--- a/x11/kdebase3/Makefile
+++ b/x11/kdebase3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2003/03/13 16:06:22 darcy Exp $
+# $NetBSD: Makefile,v 1.21 2003/03/28 20:37:35 wiz Exp $
DISTNAME= kdebase-3.1
CATEGORIES= x11
@@ -112,7 +112,7 @@ post-install:
${PREFIX}/share/doc/kde/HTML/en/kdm
@# The global desktop template files need to be user-writeable, or
- @# else users won't be able to alter them after copying them to
+ @# else users won't be able to alter them after copying them to
@# their local directories.
@#
${CHMOD} u+w ${PREFIX}/share/kde/templates/.source/*
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile
index ee108420799..2c1c5469ddd 100644
--- a/x11/kdelibs3/Makefile
+++ b/x11/kdelibs3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/03/11 13:10:32 markd Exp $
+# $NetBSD: Makefile,v 1.23 2003/03/28 20:36:56 wiz Exp $
DISTNAME= kdelibs-3.1
CATEGORIES= x11
@@ -137,7 +137,7 @@ post-install:
#
.if ${OPSYS} == "NetBSD"
. if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "sparc")
-CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*/-O/g}
+CXXFLAGS:= ${CXXFLAGS:C/-O[0-9]*/-O/g}
CFLAGS:= ${CFLAGS:C/-O[0-9]*/-O/g}
CONFIGURE_ENV+= CXXFLAGS="${CXXFLAGS}"
CONFIGURE_ENV+= CFLAGS="${CFLAGS}"