diff options
author | garga <garga@FreeBSD.org> | 2008-12-30 21:03:06 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2008-12-30 21:03:06 +0800 |
commit | a8f85e022e2e767ea2f7211050daa9758e7ee772 (patch) | |
tree | 6c272fd970ee95f33c7776339eb32e56a22429b1 /archivers/rpm4 | |
parent | 611d135d4061db4fa05b1188e6968e079e90cb6d (diff) | |
download | freebsd-ports-gnome-a8f85e022e2e767ea2f7211050daa9758e7ee772.tar.gz freebsd-ports-gnome-a8f85e022e2e767ea2f7211050daa9758e7ee772.tar.zst freebsd-ports-gnome-a8f85e022e2e767ea2f7211050daa9758e7ee772.zip |
- Fix MASTER_SITES
PR: ports/129871
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com>
Diffstat (limited to 'archivers/rpm4')
-rw-r--r-- | archivers/rpm4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index c2ccbceb5016..ccca3f1087d0 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -8,7 +8,7 @@ PORTNAME= rpm PORTVERSION= 4.0.4 PORTREVISION= 7 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ \ +MASTER_SITES= http://rpm.org/releases/historical/rpm-4.0.x/ \ ftp://ftp.mirrorservice.org/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ MAINTAINER= ports@FreeBSD.org |