summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordholland <dholland>2012-06-16 03:21:21 +0000
committerdholland <dholland>2012-06-16 03:21:21 +0000
commitda963252b37ec04ed14448b87970ab9ab9b4e8e1 (patch)
tree1a5ebe30fcef901b11c1be4b3c55c9e309c101bd /x11
parentd74b0db690b5942de7bc46327858ea7610b775ee (diff)
downloadpkgsrc-da963252b37ec04ed14448b87970ab9ab9b4e8e1.tar.gz
Remove trailing whitespace.
Diffstat (limited to 'x11')
-rw-r--r--x11/avant-window-navigator/Makefile4
-rw-r--r--x11/qwt/files/Makefile.apps6
-rw-r--r--x11/qwt/files/Makefile.common4
-rw-r--r--x11/qwt/files/Makefile.lib4
-rw-r--r--x11/x2x/Makefile4
-rw-r--r--x11/xmindpath/Makefile3
6 files changed, 12 insertions, 13 deletions
diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile
index 3ac243406f8..4c635c877c2 100644
--- a/x11/avant-window-navigator/Makefile
+++ b/x11/avant-window-navigator/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2012/06/14 07:44:06 sbd Exp $
+# $NetBSD: Makefile,v 1.7 2012/06/16 03:21:21 dholland Exp $
#
DISTNAME= avant-window-navigator-0.4.0
@@ -53,7 +53,7 @@ DEPENDS+= bzr>=2.4.2:../../devel/bzr
.include "../../lang/vala014/buildlink3.mk"
.include "../../devel/libwnck/buildlink3.mk"
.include "../../sysutils/dbus-glib/buildlink3.mk"
-.include "../../sysutils/py-dbus/buildlink3.mk"
+.include "../../sysutils/py-dbus/buildlink3.mk"
.include "../../x11/py-gtk2/buildlink3.mk"
.include "../../graphics/py-cairo/buildlink3.mk"
.include "../../x11/libdesktop-agnostic/buildlink3.mk"
diff --git a/x11/qwt/files/Makefile.apps b/x11/qwt/files/Makefile.apps
index 435b360defc..c69baefd174 100644
--- a/x11/qwt/files/Makefile.apps
+++ b/x11/qwt/files/Makefile.apps
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.apps,v 1.3 2000/03/28 00:09:23 dmcmahill Exp $
+# $NetBSD: Makefile.apps,v 1.4 2012/06/16 03:21:22 dholland Exp $
#
# Makefile rules for Qwt examples
# ===============================
-#
+#
PREFIX?= /usr/X11R6
include $(QWTDIR)/Makefile.common
@@ -14,7 +14,7 @@ CC = gcc
CFLAGS = -O2
INCLUDES = -I$(QWTINC) -I$(QTINC)
LD = $(CC)
-LDFLAGS =
+LDFLAGS =
LIBS = -L$(X11BASE) -Wl,-R$(X11BASE) -L$(QTLIB) -Wl,-R$(QTLIB) -lqt -lXext -lX11 -lqwt -lm
#
diff --git a/x11/qwt/files/Makefile.common b/x11/qwt/files/Makefile.common
index 8f85badb057..af9f733e243 100644
--- a/x11/qwt/files/Makefile.common
+++ b/x11/qwt/files/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2012/06/15 23:06:04 dholland Exp $
+# $NetBSD: Makefile.common,v 1.5 2012/06/16 03:21:22 dholland Exp $
#
# Paths for Qt headers and library
#
@@ -9,7 +9,7 @@ QTLIB=$(QTDIR)/lib
MOC=$(QTDIR)/bin/moc
#
-# Paths for Qwt headers and library
+# Paths for Qwt headers and library
# QWTDIR is set autometically
#
QWTINC = $(QWTDIR)/include
diff --git a/x11/qwt/files/Makefile.lib b/x11/qwt/files/Makefile.lib
index cd57be04301..f5a3f499ded 100644
--- a/x11/qwt/files/Makefile.lib
+++ b/x11/qwt/files/Makefile.lib
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.lib,v 1.3 2001/03/05 12:47:13 skrll Exp $
+# $NetBSD: Makefile.lib,v 1.4 2012/06/16 03:21:22 dholland Exp $
#
# Makefile rules for the Qwt Library
# ==================================
-#
+#
include $(QWTDIR)/Makefile.common
diff --git a/x11/x2x/Makefile b/x11/x2x/Makefile
index 4681d7add85..36e7149a098 100644
--- a/x11/x2x/Makefile
+++ b/x11/x2x/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.16 2009/05/12 21:43:48 zafer Exp $
+# $NetBSD: Makefile,v 1.17 2012/06/16 03:21:22 dholland Exp $
DISTNAME= x2x-1.27
PKGREVISION= 2
CATEGORIES= x11
-MASTER_SITES= http://apotheca.hpl.hp.com/ftp/pub/Compaq/SRC/x2x/
+MASTER_SITES= http://apotheca.hpl.hp.com/ftp/pub/Compaq/SRC/x2x/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://x2x.dottedmag.net/
diff --git a/x11/xmindpath/Makefile b/x11/xmindpath/Makefile
index 2cebad57197..301d7ff586b 100644
--- a/x11/xmindpath/Makefile
+++ b/x11/xmindpath/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2009/07/07 17:38:13 joerg Exp $
+# $NetBSD: Makefile,v 1.17 2012/06/16 03:21:22 dholland Exp $
DISTNAME= magicpoint-1.09a
PKGNAME= xmindpath-1.09a
@@ -6,7 +6,6 @@ PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.riken.go.jp/pub/misc/Japan/MagicPoint/ \
ftp://ftp.icm.edu.pl/packages/mgp/
-
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= MindPath PocketPoint user-level driver for X11