diff options
author | marcus <marcus@FreeBSD.org> | 2005-08-29 12:53:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-08-29 12:53:51 +0800 |
commit | dc43ea752ff83a380c647f3d68951531a3f8e6a0 (patch) | |
tree | 748fbda417a70bb79f4ac8df04dd1c927a50634f /deskutils | |
parent | 0994293cc26ff17b3ce359dd80700ff26842a7f7 (diff) | |
download | freebsd-ports-gnome-dc43ea752ff83a380c647f3d68951531a3f8e6a0.tar.gz freebsd-ports-gnome-dc43ea752ff83a380c647f3d68951531a3f8e6a0.tar.zst freebsd-ports-gnome-dc43ea752ff83a380c647f3d68951531a3f8e6a0.zip |
Fix fetching.
Submitted by: Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw>
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notification-daemon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/notification-daemon/Makefile b/deskutils/notification-daemon/Makefile index f5312e0667fe..5a9a438016f2 100644 --- a/deskutils/notification-daemon/Makefile +++ b/deskutils/notification-daemon/Makefile @@ -8,7 +8,7 @@ PORTNAME= notification-daemon PORTVERSION= 0.2.1 CATEGORIES= deskutils gnome -MASTER_SITES= http://www.galago.info/files/releases/source/ +MASTER_SITES= http://www.galago.info/files/releases/source/notification-daemon/ MAINTAINER= andreas@syndrom23.de COMMENT= Send small notifications to your desktop |