diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-31 04:55:29 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-31 04:55:29 +0800 |
commit | 23f39543410db87b3f30976159a4f35f372a9f12 (patch) | |
tree | ff4aefaba17293d9f1672e6ad78c500efd7dd2e3 /editors/winefish | |
parent | b142a8336bdd63aa53d3dd2059ace1aa5070b2f2 (diff) | |
download | freebsd-ports-gnome-23f39543410db87b3f30976159a4f35f372a9f12.tar.gz freebsd-ports-gnome-23f39543410db87b3f30976159a4f35f372a9f12.tar.zst freebsd-ports-gnome-23f39543410db87b3f30976159a4f35f372a9f12.zip |
Fix fetching
Diffstat (limited to 'editors/winefish')
-rw-r--r-- | editors/winefish/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/winefish/Makefile b/editors/winefish/Makefile index 1f55b93a0b2c..849614dbb4e4 100644 --- a/editors/winefish/Makefile +++ b/editors/winefish/Makefile @@ -5,8 +5,7 @@ PORTNAME= winefish DISTVERSION= 1.3.3 PORTREVISION= 15 CATEGORIES= editors print -MASTER_SITES= http://download.berlios.de/winefish/ \ - http://nivi.interfree.it/distfiles/winefish/ +MASTER_SITES= SF/winefish.berlios EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |