From c4cd4de0c1fab2131d983c633a30975ff768af2b Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 4 Nov 2010 17:44:14 +0000 Subject: [PATCH] - zap pointless MESSAGE and unneeded SEPARATE_BUILD --- x11/qvwm/Makefile | 7 +++---- x11/qvwm/pkg/MESSAGE | 9 --------- 2 files changed, 3 insertions(+), 13 deletions(-) delete mode 100644 x11/qvwm/pkg/MESSAGE diff --git a/x11/qvwm/Makefile b/x11/qvwm/Makefile index 16c1183f488..06ccdb96b38 100644 --- a/x11/qvwm/Makefile +++ b/x11/qvwm/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.18 2010/10/24 21:15:34 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2010/11/04 17:44:14 jasper Exp $ COMMENT= Windows 95/98/NT like window manager DISTNAME= qvwm-1.1.8 -REVISION= 3 +REVISION= 4 CATEGORIES= x11 -MASTER_SITES= ${HOMEPAGE}archive/qvwm/ +MASTER_SITES= ${HOMEPAGE}/archive/qvwm/ HOMEPAGE= http://www.csg.is.titech.ac.jp/~kourai/qvwm/ @@ -18,7 +18,6 @@ WANTLIB= ICE SM X11 Xext Xpm Xss c m sndio stdc++ USE_GROFF = Yes -SEPARATE_BUILD= flavored CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --without-esd \ diff --git a/x11/qvwm/pkg/MESSAGE b/x11/qvwm/pkg/MESSAGE deleted file mode 100644 index 01848835a61..00000000000 --- a/x11/qvwm/pkg/MESSAGE +++ /dev/null @@ -1,9 +0,0 @@ -In order to use qvwm as your window manager, you must change your -.xinitrc or .xsession appropriately and add a line similar to the -following: - - exec ${PREFIX}/bin/qvwm - -The default configuration and icons are stored in ${PREFIX}/share/qvwm. -To use your own configuration, copy ${PREFIX}/share/qvwm/system.qvwmrc to -~/.qvwmrc and edit as appropriate.