diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-16 04:55:22 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-16 04:55:22 +0800 |
commit | 8c79a75ea003890cfde2b58c1344791e6a6d0868 (patch) | |
tree | c67f08e5b8a614535824635323abe1bb7572fc2e | |
parent | 65e3f6fa3c6d1954997258e9ae81d412e7e0f6d3 (diff) | |
download | freebsd-ports-gnome-8c79a75ea003890cfde2b58c1344791e6a6d0868.tar.gz freebsd-ports-gnome-8c79a75ea003890cfde2b58c1344791e6a6d0868.tar.zst freebsd-ports-gnome-8c79a75ea003890cfde2b58c1344791e6a6d0868.zip |
- Fix MASTER_SITES
- Mark for removal in 2 months
PR: ports/105583
Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer)
-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 |