diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-11-21 18:14:27 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2009-11-21 18:14:27 +0000 |
commit | 33f57a86ca54c177ad16135565dc20cfb24bf218 (patch) | |
tree | 617f0644e81b36ba661e7a237ad1785775b9b4f0 /x11-wm | |
parent | c8630407364e8458c15f606cbcd7302dcc3593cb (diff) | |
download | ports-33f57a86ca54c177ad16135565dc20cfb24bf218.tar.gz ports-33f57a86ca54c177ad16135565dc20cfb24bf218.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/openbox/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/openbox/Makefile b/x11-wm/openbox/Makefile index bbf613f08692..365d965529f6 100644 --- a/x11-wm/openbox/Makefile +++ b/x11-wm/openbox/Makefile @@ -9,7 +9,9 @@ PORTNAME= openbox PORTVERSION= 3.4.7.2 CATEGORIES= x11-wm -MASTER_SITES= http://offload1.icculus.org/openbox/releases/ +MASTER_SITES= http://icculus.org/${PORTNAME}/releases/ \ + http://offload1.icculus.org/openbox/releases/ \ + http://sorcerer.mirrors.pair.com/mirror/ MAINTAINER= novel@FreeBSD.org COMMENT= A standards compliant, fast, light-weight, extensible window manager |