diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /wm | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/amiwm/Makefile | 8 | ||||
-rw-r--r-- | wm/blackbox70/Makefile | 4 | ||||
-rw-r--r-- | wm/jwm/Makefile | 4 | ||||
-rw-r--r-- | wm/jwm/options.mk | 4 | ||||
-rw-r--r-- | wm/oroborus/Makefile | 4 |
5 files changed, 12 insertions, 12 deletions
diff --git a/wm/amiwm/Makefile b/wm/amiwm/Makefile index d1ddb1d913c..d089cfab891 100644 --- a/wm/amiwm/Makefile +++ b/wm/amiwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/02/01 18:02:47 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2007/02/22 19:27:18 wiz Exp $ # DISTNAME= amiwm0.20pl48 @@ -12,9 +12,9 @@ HOMEPAGE= http://www.lysator.liu.se/~marcus/amiwm.html COMMENT= X window manager with Amiga look and feel LICENSE= amiwm-license -RESTRICTED= Restrictive copyright (non-commerical use only) -NO_SRC_ON_CDROM= ${RESTRICTED} -NO_BIN_ON_CDROM= ${RESTRICTED} +RESTRICTED= Restrictive copyright (non-commerical use only) +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} .include "../../mk/bsd.prefs.mk" diff --git a/wm/blackbox70/Makefile b/wm/blackbox70/Makefile index e440d566764..4340528669a 100644 --- a/wm/blackbox70/Makefile +++ b/wm/blackbox70/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/02/01 21:56:13 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/22 19:27:18 wiz Exp $ # DISTNAME= blackbox-0.70.1 @@ -15,7 +15,7 @@ CONFLICTS+= blackbox-* USE_LANGUAGES= c c++ GNU_CONFIGURE= YES -USE_TOOLS+= pkg-config +USE_TOOLS+= pkg-config BUILDLINK_DEPMETHOD.libXt?= build diff --git a/wm/jwm/Makefile b/wm/jwm/Makefile index 75d8a744cc1..714b15bdf40 100644 --- a/wm/jwm/Makefile +++ b/wm/jwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/01/16 23:02:49 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:18 wiz Exp $ # DISTNAME= jwm-1.8 @@ -28,7 +28,7 @@ SUBST_SED.egdir= -e 's,@@EGDIR@@,${EGDIR},g' PKG_SYSCONFSUBDIR= jwm EGDIR= ${PREFIX}/share/examples/jwm -CONF_FILES= ${EGDIR}/system.jwmrc ${PKG_SYSCONFDIR}/system.jwmrc +CONF_FILES= ${EGDIR}/system.jwmrc ${PKG_SYSCONFDIR}/system.jwmrc .include "options.mk" diff --git a/wm/jwm/options.mk b/wm/jwm/options.mk index 99ada58a9ea..a01beda043e 100644 --- a/wm/jwm/options.mk +++ b/wm/jwm/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2006/08/04 01:08:21 reed Exp $ +# $NetBSD: options.mk,v 1.2 2007/02/22 19:27:18 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.jwm PKG_SUPPORTED_OPTIONS= debug png @@ -13,7 +13,7 @@ CONFIGURE_ARGS+= --enable-debug .if !empty(PKG_OPTIONS:Mpng) .include "../../graphics/png/buildlink3.mk" .else -CONFIGURE_ARGS+= --disable-png +CONFIGURE_ARGS+= --disable-png .endif # TODO: fribidi diff --git a/wm/oroborus/Makefile b/wm/oroborus/Makefile index ee73d84c989..fba8c967af8 100644 --- a/wm/oroborus/Makefile +++ b/wm/oroborus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/12/27 13:37:41 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/02/22 19:27:18 wiz Exp $ # DISTNAME= oroborus_2.0.12-1 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.oroborus.org/ COMMENT= Small and simple window manager for X -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} GNU_CONFIGURE= YES BUILDLINK_DEPMETHOD.libXt?= build |