diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-04-04 01:33:40 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-04-04 01:33:40 +0800 |
commit | 30582193311c57da7582d9a629b266e844024a0c (patch) | |
tree | a571f6eab8d55c223e86f97917487f7c640205a3 | |
parent | 16070551c3d8f496832eed060bc04e26f24c9dfb (diff) | |
download | freebsd-ports-gnome-30582193311c57da7582d9a629b266e844024a0c.tar.gz freebsd-ports-gnome-30582193311c57da7582d9a629b266e844024a0c.tar.zst freebsd-ports-gnome-30582193311c57da7582d9a629b266e844024a0c.zip |
- Fix mastersite.
PR: ports/110759
Submitted by: Stefan Ehmann <shoesoft@gmx.net> (maintainer)
-rw-r--r-- | net-p2p/gift-fasttrack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/gift-fasttrack/Makefile b/net-p2p/gift-fasttrack/Makefile index f29c1ffdc388..63530868a3cc 100644 --- a/net-p2p/gift-fasttrack/Makefile +++ b/net-p2p/gift-fasttrack/Makefile @@ -8,7 +8,8 @@ PORTNAME= giFT-FastTrack PORTVERSION= 0.8.9 CATEGORIES= net-p2p -MASTER_SITES= http://download2.berlios.de/gift-fasttrack/ +MASTER_SITES= ${MASTER_SITE_BERLIOS} +MASTER_SITE_SUBDIR= gift-fasttrack MAINTAINER= shoesoft@gmx.net COMMENT= A FastTrack plugin for giFT |