diff options
author | marcus <marcus@FreeBSD.org> | 2005-08-31 03:42:09 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-08-31 03:42:09 +0800 |
commit | f9d7fceeac1e2edc60c5ffd71ca9854825683fdd (patch) | |
tree | 853270367ee6a582dea4c77b1504cbe2eb014685 | |
parent | 540d860729701731a0c31389075b3beac99f35fb (diff) | |
download | freebsd-ports-gnome-f9d7fceeac1e2edc60c5ffd71ca9854825683fdd.tar.gz freebsd-ports-gnome-f9d7fceeac1e2edc60c5ffd71ca9854825683fdd.tar.zst freebsd-ports-gnome-f9d7fceeac1e2edc60c5ffd71ca9854825683fdd.zip |
Fix fetch.
Reported by: pointyhat via krion
-rw-r--r-- | devel/libnotify/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile index 5a261ae9fc0c..fcae9d68cda6 100644 --- a/devel/libnotify/Makefile +++ b/devel/libnotify/Makefile @@ -8,7 +8,7 @@ PORTNAME= libnotify PORTVERSION= 0.2.1 CATEGORIES= devel gnome -MASTER_SITES= http://www.galago.info/files/releases/source/ +MASTER_SITES= http://www.galago.info/files/releases/source/libnotify/ MAINTAINER= andreas@syndrom23.de COMMENT= A library for desktop notifications |