summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2003-04-27 20:29:17 +0000
committercjep <cjep@pkgsrc.org>2003-04-27 20:29:17 +0000
commite62f4c99228f38bef90f08aebdaa0cf46a1a47c2 (patch)
tree4ef62ca39fd0f5b85d185bdd187af0a880c20679
parent022bbd481c93c08baf89e2973c1ab5f89f46cd2f (diff)
downloadpkgsrc-e62f4c99228f38bef90f08aebdaa0cf46a1a47c2.tar.gz
Whitespace police
-rw-r--r--audio/xmms-tv-scope/Makefile4
-rw-r--r--emulators/suse_base/Makefile6
-rw-r--r--games/criticalmass/Makefile4
-rw-r--r--security/amavis-perl/Makefile4
4 files changed, 9 insertions, 9 deletions
diff --git a/audio/xmms-tv-scope/Makefile b/audio/xmms-tv-scope/Makefile
index 40551511694..17efde27ba1 100644
--- a/audio/xmms-tv-scope/Makefile
+++ b/audio/xmms-tv-scope/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/04/23 02:22:26 jmc Exp $
+# $NetBSD: Makefile,v 1.4 2003/04/27 20:29:17 cjep Exp $
#
DISTNAME= tv_scope-0.0.2
@@ -15,7 +15,7 @@ USE_LIBTOOL= YES
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= YES
-ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* Darwin-*-*
+ONLY_FOR_PLATFORM= SunOS-*-* Linux-*-* Darwin-*-*
ONLY_FOR_PLATFORM+= NetBSD-1.6[N-Z]-* NetBSD-1.6Z[A-Z]-* NetBSD-1.[7-9]*
ONLY_FOR_PLATFORM+= NetBSD-[2-9]*
diff --git a/emulators/suse_base/Makefile b/emulators/suse_base/Makefile
index 86c14643180..a7891ac92c6 100644
--- a/emulators/suse_base/Makefile
+++ b/emulators/suse_base/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2003/04/23 02:22:25 jmc Exp $
+# $NetBSD: Makefile,v 1.40 2003/04/27 20:29:17 cjep Exp $
DISTNAME= suse_base-${SUSE_VERSION}
PKGREVISION= 3
@@ -12,9 +12,9 @@ HOMEPAGE= http://www.suse.com/
COMMENT= Linux compatibility package
CONFLICTS= linux_SuSE-5.3 linux_lib-2.4 linuxppc_lib-[0-9]*
-ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386
+ONLY_FOR_PLATFORM= NetBSD-1.5Z[C-Z]-i386 NetBSD-1.6*-i386
ONLY_FOR_PLATFORM+= NetBSD-[2-9]*-i386
-ONLY_FOR_PLATFORM+= NetBSD-1.6[L-Z]-powerpc NetBSD-1.6Z[A-Z]-powerpc
+ONLY_FOR_PLATFORM+= NetBSD-1.6[L-Z]-powerpc NetBSD-1.6Z[A-Z]-powerpc
ONLY_FOR_PLATFORM+= NetBSD-1.[7-9]*-powerpc NetBSD-[2-9]*-powerpc
USE_BUILDLINK2= # defined
diff --git a/games/criticalmass/Makefile b/games/criticalmass/Makefile
index dc1522b29a5..e8d53e78e75 100644
--- a/games/criticalmass/Makefile
+++ b/games/criticalmass/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/04/12 17:09:18 zuntum Exp $
+# $NetBSD: Makefile,v 1.2 2003/04/27 20:29:18 cjep Exp $
#
-DISTNAME= CriticalMass-0.97
+DISTNAME= CriticalMass-0.97
PKGNAME= criticalmass-0.97
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=criticalmass/}
diff --git a/security/amavis-perl/Makefile b/security/amavis-perl/Makefile
index 72b728f77d8..9968b08ee0a 100644
--- a/security/amavis-perl/Makefile
+++ b/security/amavis-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/04/17 16:17:53 manu Exp $
+# $NetBSD: Makefile,v 1.6 2003/04/27 20:29:18 cjep Exp $
#
DISTNAME= amavisd-${VERSION}
@@ -61,7 +61,7 @@ CONFIGURE_ARGS+=--enable-all
CONFIGURE6ARGS+=--with-amavisuser=amavis
.if defined(USE_MILTER) && ${USE_MILTER} == "YES"
-CONFIGURE_ARGS+=--enable-milter
+CONFIGURE_ARGS+=--enable-milter
CONFIGURE_ARGS+=--with-milter-libs=${PREFIX}/lib
CONFIGURE_ARGS+=--with-milter-includes=${PREFIX}/include
.else