diff options
author | glewis <glewis@FreeBSD.org> | 2004-03-05 18:42:59 +0000 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2004-03-05 18:42:59 +0000 |
commit | 95e4423d1c2c1ec28aaba08ae45b5f5ff1cf8e15 (patch) | |
tree | 68ae3372d053557966c44ce830c98154738ff7bd /archivers/rpm5 | |
parent | 629567787aae3da46762c60a16b30d5647ae5b8d (diff) | |
download | FreeBSD-ports-95e4423d1c2c1ec28aaba08ae45b5f5ff1cf8e15.zip FreeBSD-ports-95e4423d1c2c1ec28aaba08ae45b5f5ff1cf8e15.tar.gz |
. Fix fetch.
Diffstat (limited to 'archivers/rpm5')
-rw-r--r-- | archivers/rpm5/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index 2c6ca58..0019067 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -7,9 +7,8 @@ PORTNAME= rpm PORTVERSION= 4.0.4 CATEGORIES= archivers -MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/ \ - ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/ -MASTER_SITE_SUBDIR= rpm-4.0.x +MASTER_SITES= ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ \ + ftp://ftp.mirror.ac.uk/sites/ftp.rpm.org/pub/rpm/dist/rpm-4.0.x/ MAINTAINER= glewis@FreeBSD.org COMMENT= The RPM Package Manager |