diff options
author | R. Imura <imura@FreeBSD.org> | 2000-02-22 14:19:09 +0000 |
---|---|---|
committer | R. Imura <imura@FreeBSD.org> | 2000-02-22 14:19:09 +0000 |
commit | 2552ca695c332842b09491872f4ca8a2f9957dc5 (patch) | |
tree | bf205bbde230aa914fbbbed020a97c2159190eb8 /x11-wm/xwmm | |
parent | Update to version 1.01. (diff) |
Distfile has gone.
Modified DESCR and name of some installing file.
Submitted by: fenner
Notes
Notes:
svn path=/head/; revision=26144
Diffstat (limited to 'x11-wm/xwmm')
-rw-r--r-- | x11-wm/xwmm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/xwmm/pkg-descr | 9 | ||||
-rw-r--r-- | x11-wm/xwmm/pkg-plist | 2 |
3 files changed, 9 insertions, 8 deletions
diff --git a/x11-wm/xwmm/Makefile b/x11-wm/xwmm/Makefile index a2514ffd8bb6..d90ca07a72d2 100644 --- a/x11-wm/xwmm/Makefile +++ b/x11-wm/xwmm/Makefile @@ -8,12 +8,10 @@ DISTNAME= xwmm-0.7 CATEGORIES= x11-wm -MASTER_SITES= http://www.softarc.com/~msharkey/wmm/ +MASTER_SITES= http://people.FreeBSD.org/~imura/distfiles/ MAINTAINER= imura@FreeBSD.org -FETCH_BEFORE_ARGS= -b - USE_X_PREFIX= yes USE_QT2= yes USE_GMAKE= yes @@ -22,7 +20,7 @@ ALL_TARGET= # empty do-install: $(INSTALL_PROGRAM) $(WRKSRC)/xwmm $(PREFIX)/bin - $(INSTALL_SCRIPT) $(WRKSRC)/startkde.fixed $(PREFIX)/bin + $(INSTALL_SCRIPT) $(WRKSRC)/startkde.fixed $(PREFIX)/bin/startkde.xwmm $(MKDIR) $(PREFIX)/lib/X11/xwmm $(INSTALL_DATA) $(WRKSRC)/system.xwmmrc $(PREFIX)/lib/X11/xwmm diff --git a/x11-wm/xwmm/pkg-descr b/x11-wm/xwmm/pkg-descr index c87c72263406..c6f5b293d0d2 100644 --- a/x11-wm/xwmm/pkg-descr +++ b/x11-wm/xwmm/pkg-descr @@ -4,7 +4,10 @@ one. Once a WM is launched, it hides itself until that WM terminates, then it shows itself again and lets you choose another WM, and so on, until you press the Close button. -If you have K-Desktop Envirenment, it is recommended to use "startkde.fixed" -script rather than "startkde" to start KDE. +Just write "xwmm" instead of your favorite window manager in ~/.xinitrc or +~/.xsession. -WWW: http://www.softarc.com/~msharkey/wmm/ +If you have K-Desktop Envirenment, it is recommended to use "startkde.xwmm" +script rather than "startkde" to start KDE in the xwmm setting. + +The originator is Mike Sharkey <msharkey@softarc.com>. diff --git a/x11-wm/xwmm/pkg-plist b/x11-wm/xwmm/pkg-plist index 33db805a4077..84a32b26bba4 100644 --- a/x11-wm/xwmm/pkg-plist +++ b/x11-wm/xwmm/pkg-plist @@ -1,4 +1,4 @@ bin/xwmm -bin/startkde.fixed +bin/startkde.xwmm lib/X11/xwmm/system.xwmmrc @dirrm lib/X11/xwmm |