diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 20:55:22 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-11-15 20:55:22 +0000 |
commit | 83fdcb4bca03bd0dfa4ccd18ae11d6d24567bb85 (patch) | |
tree | 76bd7119aadf2fc99d350906511f77e0fdd572c8 /x11-wm/wmi | |
parent | - Update to 1.7.2 (diff) |
- Fix MASTER_SITES
- Mark for removal in 2 months
PR: ports/105583
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
Diffstat (limited to 'x11-wm/wmi')
-rw-r--r-- | x11-wm/wmi/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-wm/wmi/Makefile b/x11-wm/wmi/Makefile index 4282d4146e17..2cc0d4a3dcd5 100644 --- a/x11-wm/wmi/Makefile +++ b/x11-wm/wmi/Makefile @@ -8,11 +8,14 @@ PORTNAME= wmi PORTVERSION= 10 CATEGORIES= x11-wm -MASTER_SITES= http://wmii.de/download/ +MASTER_SITES= http://suckless.org/download/ MAINTAINER= wxs@atarininja.org COMMENT= A window manager designed to be like Ion and LarsWM +DEPRECATED= This port is unsupported by the author. Please use x11-wm/wmii instead. +EXPIRATION_DATE= 2007-01-15 + USE_X_PREFIX= yes GNU_CONFIGURE= yes |