diff options
author | obache <obache@pkgsrc.org> | 2006-10-22 13:02:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-22 13:02:57 +0000 |
commit | d249d6dd90bcbb8c81b3e8016eb9474226510e2e (patch) | |
tree | 20f5251e53eb986e973029a620a030bc0b7b3f29 /wm/wmii/Makefile | |
parent | 6cb1c0524f397669f8de2042a6dff16067145ad4 (diff) | |
download | pkgsrc-d249d6dd90bcbb8c81b3e8016eb9474226510e2e.tar.gz |
MASTER_SITES and HOMEPAGE have been moved.
Diffstat (limited to 'wm/wmii/Makefile')
-rw-r--r-- | wm/wmii/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/wmii/Makefile b/wm/wmii/Makefile index a00ce3ab79f..ac92ba7f550 100644 --- a/wm/wmii/Makefile +++ b/wm/wmii/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.10 2006/10/12 13:16:02 obache Exp $ +# $NetBSD: Makefile,v 1.11 2006/10/22 13:02:57 obache Exp $ # DISTNAME= wmii-2.5.2 CATEGORIES= wm x11 -MASTER_SITES= http://wmii.de/download/ +MASTER_SITES= http://suckless.org/download/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://wmii.de/ +HOMEPAGE= http://wmii.suckless.org/ COMMENT= Modular and keyboard-friendly window manager DEPENDS+= 9base-[0-9]*:../../sysutils/9base |