diff options
author | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-09 19:19:08 +0000 |
commit | bd986edbc7589ee68fff8e2354ef7cb37ad88aa3 (patch) | |
tree | 488c199f5e0dcd8590ae7d8cb773b5ff2390f025 /x11 | |
parent | f60e7ea91d1d67decdb632a17986eeb37478c6f4 (diff) | |
download | pkgsrc-bd986edbc7589ee68fff8e2354ef7cb37ad88aa3.tar.gz |
Remove trailing spaces.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lbxproxy/DESCR | 2 | ||||
-rw-r--r-- | x11/xf86-video-via/Makefile | 4 | ||||
-rw-r--r-- | x11/xterm/INSTALL.openwin | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/x11/lbxproxy/DESCR b/x11/lbxproxy/DESCR index e58ae212d26..4e27667e698 100644 --- a/x11/lbxproxy/DESCR +++ b/x11/lbxproxy/DESCR @@ -1,6 +1,6 @@ This package provides lbxproxy, the proxy for the Low Bandwidth extension to X (LBX). Clients connect to lbxproxy, which multiplexes them over a single connection to the X server, performing various -optimisation to reduce bandwidth usage and/or latency. +optimisation to reduce bandwidth usage and/or latency. This is from the modular X.org X11 project. diff --git a/x11/xf86-video-via/Makefile b/x11/xf86-video-via/Makefile index 767361581f5..e36fca94571 100644 --- a/x11/xf86-video-via/Makefile +++ b/x11/xf86-video-via/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2007/08/16 14:18:25 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2007/10/09 19:19:17 martti Exp $ # DISTNAME= xf86-video-via-0.2.2 @@ -19,7 +19,7 @@ USE_TOOLS+= pkg-config .include "../../mk/bsd.prefs.mk" -.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" +.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" PLIST_SUBST+= XVMC_SUPPORT="" .else PLIST_SUBST+= XVMC_SUPPORT="@comment " diff --git a/x11/xterm/INSTALL.openwin b/x11/xterm/INSTALL.openwin index cb237abc52a..8234e4427e5 100644 --- a/x11/xterm/INSTALL.openwin +++ b/x11/xterm/INSTALL.openwin @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: INSTALL.openwin,v 1.1 2005/06/12 05:06:11 jlam Exp $ +# $NetBSD: INSTALL.openwin,v 1.2 2007/10/09 19:19:17 martti Exp $ PKGNAME=$1 STAGE=$2 @@ -28,7 +28,7 @@ POST-INSTALL) DEINSTALL) ;; - + POST-DEINSTALL) cd ${PKG_PREFIX} for FILE in $CONFLICTS |