diff options
author | tnn <tnn@pkgsrc.org> | 2007-06-14 09:33:14 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-06-14 09:33:14 +0000 |
commit | d0f0f611bd59fdfe121527437a8ad01544d176c8 (patch) | |
tree | 3c4ec4f5934dfb5e563e29ea5b2e4f46e5206e9c /wm | |
parent | e0d04192381c1e1d2cb69b1fa3668c05dd404005 (diff) | |
download | pkgsrc-d0f0f611bd59fdfe121527437a8ad01544d176c8.tar.gz |
The master site uses HTTP code 307 redirections, which /usr/bin/ftp on
netbsd-3 doesn't understand. For this reason offload1.icculus.org is
used as an alternate download site. Fixes PR pkg/36489, PR pkg/36490.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/obconf/Makefile | 4 | ||||
-rw-r--r-- | wm/openbox/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/wm/obconf/Makefile b/wm/obconf/Makefile index 364be014f0a..362037169bf 100644 --- a/wm/obconf/Makefile +++ b/wm/obconf/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2007/06/12 18:02:01 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2007/06/14 09:33:15 tnn Exp $ DISTNAME= obconf-2.0.1 CATEGORIES= wm MASTER_SITES= http://icculus.org/openbox/obconf/ +# PR pkg/36489 +MASTER_SITES+= http://offload1.icculus.org/openbox/obconf/ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://icculus.org/openbox/obconf/ diff --git a/wm/openbox/Makefile b/wm/openbox/Makefile index cd226e9ed9c..6232b61ef9b 100644 --- a/wm/openbox/Makefile +++ b/wm/openbox/Makefile @@ -1,8 +1,10 @@ -# $NetBSD: Makefile,v 1.38 2007/06/12 17:42:19 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2007/06/14 09:33:14 tnn Exp $ DISTNAME= openbox-3.4.2 CATEGORIES= wm x11 MASTER_SITES= http://icculus.org/openbox/releases/ +# PR pkg/36489 +MASTER_SITES+= http://offload1.icculus.org/openbox/releases/ MAINTAINER= snj@NetBSD.org HOMEPAGE= http://icculus.org/openbox/ |