diff options
author | imura <imura@FreeBSD.org> | 2000-02-22 22:19:09 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-02-22 22:19:09 +0800 |
commit | 572662cffa952a54b426c49d0c727c3ad6ab2472 (patch) | |
tree | 3b85cdc40342584a4ed7ff6e0d06f8cc02ef5c72 /x11-wm | |
parent | 8e07e0bab796424b894e926445d0015e2584f646 (diff) | |
download | freebsd-ports-gnome-572662cffa952a54b426c49d0c727c3ad6ab2472.tar.gz freebsd-ports-gnome-572662cffa952a54b426c49d0c727c3ad6ab2472.tar.zst freebsd-ports-gnome-572662cffa952a54b426c49d0c727c3ad6ab2472.zip |
Distfile has gone.
Modified DESCR and name of some installing file.
Submitted by: fenner
Diffstat (limited to 'x11-wm')
-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 |