diff options
author | ale <ale@FreeBSD.org> | 2004-03-23 18:11:58 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2004-03-23 18:11:58 +0800 |
commit | 76b53029d35fd4aa61bf1034184381547b0936e4 (patch) | |
tree | f748a28b5b550b258d96265b070022e1c4868ef3 | |
parent | 94435bf4a33f34229277ee207ec74d59c473d68c (diff) | |
download | freebsd-ports-gnome-76b53029d35fd4aa61bf1034184381547b0936e4.tar.gz freebsd-ports-gnome-76b53029d35fd4aa61bf1034184381547b0936e4.tar.zst freebsd-ports-gnome-76b53029d35fd4aa61bf1034184381547b0936e4.zip |
Add another MASTER_SITE.
-rw-r--r-- | deskutils/xfce4-calendar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/xfce4-calendar/Makefile b/deskutils/xfce4-calendar/Makefile index 9dcc1ba534a1..cfc585ecb0ee 100644 --- a/deskutils/xfce4-calendar/Makefile +++ b/deskutils/xfce4-calendar/Makefile @@ -8,7 +8,8 @@ PORTNAME= xfce4-calendar PORTVERSION= 0.1.6 CATEGORIES= deskutils xfce -MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/4.0.4/ +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/4.0.4/ \ + http://www.xfce.org/archive/xfce-4.0.4/src/ DISTNAME= xfcalendar-${PORTVERSION} DIST_SUBDIR= xfce4 |