diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-02 04:16:51 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-02 04:16:51 +0000 |
commit | b50c44981d13d21fa7acbcd57908a0fbd663b054 (patch) | |
tree | ed1663d82eb627c5d6bbdbfa52f7eb978d7e3cfa /x11-wm | |
parent | 27d4bf81121a3da5af90914796392ee0170915c1 (diff) | |
download | ports-b50c44981d13d21fa7acbcd57908a0fbd663b054.tar.gz ports-b50c44981d13d21fa7acbcd57908a0fbd663b054.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/w9wm/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/w9wm/pkg-descr | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/x11-wm/w9wm/Makefile b/x11-wm/w9wm/Makefile index b6d61f6f8e21..a1cf98418569 100644 --- a/x11-wm/w9wm/Makefile +++ b/x11-wm/w9wm/Makefile @@ -17,4 +17,7 @@ MAKEFILE= Makefile.no-imake MAN1= w9wm.1 +pre-patch: + @${PERL} -pi.orig -e 's|malloc.h|stdlib.h|' ${WRKSRC}/client.c + .include <bsd.port.mk> diff --git a/x11-wm/w9wm/pkg-descr b/x11-wm/w9wm/pkg-descr index 50d955e8fd1d..29a04617c8d4 100644 --- a/x11-wm/w9wm/pkg-descr +++ b/x11-wm/w9wm/pkg-descr @@ -12,5 +12,7 @@ w9wm brings support for virtual screens (provided you use the second button, aka middle button to select one virtual screen) as well as for key bindings (to switch from one window to another). +WWW: http://inferno.cs.univ-paris8.fr/~drieu/w9wm/ + - George Reid greid@ukug.uk.freebsd.org |