diff options
author | mef <mef@pkgsrc.org> | 2014-12-28 15:12:22 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2014-12-28 15:12:22 +0000 |
commit | 45732a145efc0c57debd914852416936c0a4a02f (patch) | |
tree | 70f2739ea7f93c946a4e1b9afad21a14325284c6 /wm | |
parent | f95fd55a15108ffa596473a8802660842406b9af (diff) | |
download | pkgsrc-45732a145efc0c57debd914852416936c0a4a02f.tar.gz |
HOMEPAGE and MASTER_SITES moved.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/matchbox-wm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wm/matchbox-wm/Makefile b/wm/matchbox-wm/Makefile index b4683f2bdc7..6f6006fd6d6 100644 --- a/wm/matchbox-wm/Makefile +++ b/wm/matchbox-wm/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.18 2013/06/06 12:55:09 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2014/12/28 15:12:22 mef Exp $ # DISTNAME= matchbox-window-manager-1.1 PKGNAME= ${DISTNAME:S/window-manager/wm/} PKGREVISION= 7 CATEGORIES= wm x11 -MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/ +MASTER_SITES= http://downloads.yoctoproject.org/releases/matchbox/matchbox-window-manager/1.1/ MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://projects.o-hand.com/matchbox/ +HOMEPAGE= https://www.yoctoproject.org/tools-resources/projects/matchbox COMMENT= Window manager designed for computers with small displays USE_TOOLS+= pkg-config |