diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-07-07 16:18:02 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-07-07 16:18:02 +0000 |
commit | b37b01532ee5a352eef7f68b78a59834c994b299 (patch) | |
tree | f692eccd5bcf84def0b53b226a2be053610f43bd /archivers | |
parent | 1652cec2f12f160a79255194119eab6683f63c46 (diff) |
- Fix mastersite.
Notes
Notes:
svn path=/head/; revision=167141
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/rpm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index e098d781fd2f..93d6b31cefec 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -9,7 +9,8 @@ PORTNAME= rpm PORTVERSION= 3.0.6 PORTREVISION= 13 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-3.0.x/ +MASTER_SITES= http://ftp.tpnet.pl/vol/d4/ftp.rpm.org/rpm/dist/rpm-3.0.x/ \ + http://www.stttelkom.ac.id/staf/TBH/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= The Red Hat Package Manager |