diff options
author | pat <pat@FreeBSD.org> | 2002-04-05 14:23:35 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-04-05 14:23:35 +0800 |
commit | 99a2d2c6faee2b32c7d55f833f8630404654c636 (patch) | |
tree | c0f7089885b279836bbc1b2570b577a7ae16be88 /archivers | |
parent | b475a0bbd67788fe2a976b0b0c78faaece2d67e8 (diff) | |
download | freebsd-ports-gnome-99a2d2c6faee2b32c7d55f833f8630404654c636.tar.gz freebsd-ports-gnome-99a2d2c6faee2b32c7d55f833f8630404654c636.tar.zst freebsd-ports-gnome-99a2d2c6faee2b32c7d55f833f8630404654c636.zip |
Fix MASTER_SITES - site's directory structure changed
PR: 36777
Submitted by: KANOU Hiroki <kanou@mil.allnet.ne.jp>
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/stuffit/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/stuffit/Makefile b/archivers/stuffit/Makefile index d53d5101390e..49f16854e023 100644 --- a/archivers/stuffit/Makefile +++ b/archivers/stuffit/Makefile @@ -8,8 +8,10 @@ PORTNAME= stuffit PORTVERSION= 5.2.0.611 CATEGORIES= archivers linux -MASTER_SITES= ftp://ftp.aladdinsys.com/pub/linux/StuffIt_for_Linux/ \ - ftp://ftp2.aladdinsys.com/pub/linux/StuffIt_for_Linux/ +MASTER_SITES= ftp://ftp.aladdinsys.com/pub/linux/StuffIt/ \ + ftp://ftp2.aladdinsys.com/pub/linux/StuffIt/ \ + ftp://ftp3.aladdinsys.com/pub/linux/StuffIt/ \ + ftp://ftp4.aladdinsys.com/pub/linux/StuffIt/ DISTNAME= stuffit520.611linux-i386 EXTRACT_SUFX= .tgz |