From b2c60cc534dfe33e4d3fb637fa428bfdcc3520b3 Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Sun, 22 Jul 2007 07:30:26 +0000 Subject: [PATCH] - better HOMEPAGE - add MASTER_SITE_SOURCEFORGE to MASTER_SITES based on a diff from William Yodlowsky (MAINTAINER) --- x11/bbdate/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/x11/bbdate/Makefile b/x11/bbdate/Makefile index 867ba12c99e..1a05e0fe5a5 100644 --- a/x11/bbdate/Makefile +++ b/x11/bbdate/Makefile @@ -1,12 +1,13 @@ -# $OpenBSD: Makefile,v 1.10 2007/06/24 21:53:27 martynas Exp $ +# $OpenBSD: Makefile,v 1.11 2007/07/22 07:30:26 ajacoutot Exp $ -COMMENT= "displays the date and resembles the toolbar" +COMMENT= displays the date and resembles the toolbar DISTNAME= bbdate-0.2.3 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= x11 -MASTER_SITES= http://openbsd.rutgers.edu/ -HOMEPAGE= http://bbtools.thelinuxcommunity.org/available.phtml\#bbdate +MASTER_SITES= http://openbsd.rutgers.edu/ \ + ${MASTER_SITE_SOURCEFORGE:=bbtools/} +HOMEPAGE= http://bbtools.sourceforge.net/download.php?file=3 MAINTAINER= William Yodlowsky