diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-09 13:46:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-09 13:46:10 +0000 |
commit | d97a5613a91ba0323e55737c8c9a025927dd3193 (patch) | |
tree | 809a98cd422e814949eaa690ef9432a49d9c9610 | |
parent | - Fix build: required JDK version is 1.4+ [1] (diff) |
- Even more backup sites
Submitted by: Hendrik Scholz <hscholz@raisdorf.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=123563
Diffstat (limited to '')
-rw-r--r-- | x11/fbdesk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/fbdesk/Makefile b/x11/fbdesk/Makefile index d45cfc296912..70e68310ee67 100644 --- a/x11/fbdesk/Makefile +++ b/x11/fbdesk/Makefile @@ -9,7 +9,9 @@ PORTNAME= fbdesk PORTVERSION= 1.2.1 CATEGORIES= x11 MASTER_SITES= http://fluxbox.sourceforge.net/download/ \ - ${MASTER_SITE_GENTOO} + ${MASTER_SITE_GENTOO} \ + http://dl.fkb.wormulon.net/fbdesk/ \ + http://dl.kel.wormulon.net/fbdesk/ MASTER_SITE_SUBDIR= distfiles MAINTAINER= hendrik@scholz.net |