From 3ff1edc9ca40928c69505cc2ad531d88c37b22ae Mon Sep 17 00:00:00 2001 From: sthen Date: Fri, 26 Jun 2009 00:03:04 +0000 Subject: [PATCH] - update MASTER_SITES and HOMEPAGE, from James Turner (maintainer). - HOMEPAGE is recorded in the package so bump PKGNAME. --- x11/bgs/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/x11/bgs/Makefile b/x11/bgs/Makefile index 10ee1edaae2..a3af79474b9 100644 --- a/x11/bgs/Makefile +++ b/x11/bgs/Makefile @@ -1,13 +1,14 @@ -# $OpenBSD: Makefile,v 1.2 2009/02/08 20:41:22 merdely Exp $ +# $OpenBSD: Makefile,v 1.3 2009/06/26 00:03:04 sthen Exp $ COMMENT = simple background setter VERSION = 0.5 DISTNAME = bgs-${VERSION} +PKGNAME = ${DISTNAME}p0 CATEGORIES = x11 graphics -HOMEPAGE = http://s01.de/~gottox/index.cgi/proj_bgs -MASTER_SITES = http://s01.de/~gottox/files/bgs/ +HOMEPAGE = http://s01.de/~tox/index.cgi/proj_bgs +MASTER_SITES = http://s01.de/~tox/files/bgs/ MAINTAINER = James Turner