diff options
author | obache <obache@pkgsrc.org> | 2008-01-04 06:28:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-01-04 06:28:55 +0000 |
commit | 08f9e86086d00d5c757ee812f36569d2d6cc7591 (patch) | |
tree | 9ee665bb252fe0856e52d0743c3e64ce2fb86b4a | |
parent | c39706510ce150821d2e4824cc7d2ae35dbecd4b (diff) | |
download | pkgsrc-08f9e86086d00d5c757ee812f36569d2d6cc7591.tar.gz |
This package is now hosted by SourceForge,
noticed by Zafer Aydogan in private mail.
Change HOMEPAGE too.
-rw-r--r-- | misc/bbappconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/bbappconf/Makefile b/misc/bbappconf/Makefile index 264bd8105cf..47a2cc3e39a 100644 --- a/misc/bbappconf/Makefile +++ b/misc/bbappconf/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.14 2007/02/15 21:53:20 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2008/01/04 06:28:55 obache Exp $ # DISTNAME= bbappconf-0.0.2 PKGREVISION= 1 CATEGORIES= misc x11 wm -MASTER_SITES= http://bbtools.windsofstorm.net/sources/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbtools/} MAINTAINER= jschauma@NetBSD.org -HOMEPAGE= http://bbtools.windsofstorm.net/ +HOMEPAGE= http://bbtools.sourceforge.net/download.php?file=1 COMMENT= Configure the behaviour of an application under Blackbox USE_LANGUAGES= c c++ |