diff options
author | miwi <miwi@FreeBSD.org> | 2008-10-25 03:09:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-10-25 03:09:19 +0800 |
commit | 50a12919913d5871536541a8d819b2e0cb39604d (patch) | |
tree | 218ac11f66bf70b04b17a76cca3dcaff7f459d59 /ftp/ftpsync | |
parent | 99b2c6c8fab6189f3e68ea595194eff795ec3caf (diff) | |
download | freebsd-ports-gnome-50a12919913d5871536541a8d819b2e0cb39604d.tar.gz freebsd-ports-gnome-50a12919913d5871536541a8d819b2e0cb39604d.tar.zst freebsd-ports-gnome-50a12919913d5871536541a8d819b2e0cb39604d.zip |
- Fix MASTER_SITES
PR: 128273
Submitted by: Dennis Herrmann <adox@mcx2.org> (maintainer)
Diffstat (limited to 'ftp/ftpsync')
-rw-r--r-- | ftp/ftpsync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftpsync/Makefile b/ftp/ftpsync/Makefile index 55362a680787..1d3eb3b80b9e 100644 --- a/ftp/ftpsync/Makefile +++ b/ftp/ftpsync/Makefile @@ -9,7 +9,7 @@ PORTNAME= ftpsync PORTVERSION= 1.2.34 PORTEPOCH= 1 CATEGORIES= ftp -MASTER_SITES= SF \ +MASTER_SITES= http://ftpsync.sourceforge.net/ \ http://mirror.mcx2.org/ MAINTAINER= adox@mcx2.org |