diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 19:50:42 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-23 19:50:42 +0000 |
commit | 69b74a5f9524f82025ca8994c574a04015912aab (patch) | |
tree | a078e5ec225ac769d5e0d23dbd569a4d44e9b639 /sysutils/logrotate | |
parent | c8e3326f0fd18e7c3b00515b6b590337dfbc8a17 (diff) | |
download | FreeBSD-ports-69b74a5f9524f82025ca8994c574a04015912aab.zip FreeBSD-ports-69b74a5f9524f82025ca8994c574a04015912aab.tar.gz |
Remove ftp.freesoftware.com from MASTER_SITES of ports since it no longer exists.
PR: 30497
Submitted by: Dan Larsson
Approved by: will
Diffstat (limited to 'sysutils/logrotate')
-rw-r--r-- | sysutils/logrotate/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/logrotate/Makefile b/sysutils/logrotate/Makefile index 447878c..62dd6bf 100644 --- a/sysutils/logrotate/Makefile +++ b/sysutils/logrotate/Makefile @@ -8,8 +8,7 @@ PORTNAME= logrotate PORTVERSION= 3.5.2 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.redhat.com/redhat/linux/7.0/en/os/i386/SRPMS/ \ - ftp://ftp.freesoftware.com/pub/linux/redhat/current/SRPMS/i386/SRPMS/ +MASTER_SITES= ftp://ftp.redhat.com/redhat/linux/7.0/en/os/i386/SRPMS/ EXTRACT_SUFX= -1.src.rpm |