diff options
Diffstat (limited to 'x11-wm/mcwm/Makefile')
-rw-r--r-- | x11-wm/mcwm/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/mcwm/Makefile b/x11-wm/mcwm/Makefile index 591e80562339..32303372cf12 100644 --- a/x11-wm/mcwm/Makefile +++ b/x11-wm/mcwm/Makefile @@ -1,12 +1,12 @@ PORTNAME= mcwm # PORTVERSION= 20130209 -PORTVERSION= 91674cda15561ef4ed98a80ba9246d69a19bae1d +PORTVERSION= 20130209cos1 CATEGORIES= x11-wm # MASTER_SITES= http://hack.org/mc/hacks/mcwm/ -MASTER_SITES= https://git.netizen.se/mcwm/snapshot/ -# MASTER_SITES= https://git.netizen.se/mcwm/snapshot/mcwm-91674cda15561ef4ed98a80ba9246d69a19bae1d.tar.gz +MASTER_SITES= https://git.netizen.se/mcwm/snapshot/mcwm-topic/ -MAINTAINER= jakub_lach@mailplus.pl +# MAINTAINER= jakub_lach@mailplus.pl +MAINTAINER= cos COMMENT= Small window manager inspired by CTWM, evilwm, and tinywm WWW= https://hack.org/mc/hacks/mcwm/ @@ -17,7 +17,7 @@ LIB_DEPENDS= libxcb-util.so:x11/xcb-util \ libxcb-keysyms.so:x11/xcb-util-keysyms \ libxcb-icccm.so:x11/xcb-util-wm -USES= tar:bzip2 xorg +USES= unzip xorg USE_XORG= xcb PLIST_FILES= bin/mcwm bin/hidden man/man1/mcwm.1.gz man/man1/hidden.1.gz |