diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 10:17:28 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 10:17:28 +0000 |
commit | 12f48dc28d02fd48bf6cb1d00be767a3b9cee18b (patch) | |
tree | 76a3678c4293e3a7cf5f54a51ac527ca818da9aa /ftp | |
parent | Move MASTER_SITES from CRITICAL to LOCAL/ehaupt (diff) |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Notes
Notes:
svn path=/head/; revision=376417
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/linux-f10-curl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/linux-f10-curl/Makefile b/ftp/linux-f10-curl/Makefile index 1673589f7be1..285aab8a9439 100644 --- a/ftp/linux-f10-curl/Makefile +++ b/ftp/linux-f10-curl/Makefile @@ -5,7 +5,7 @@ PORTNAME= curl PORTVERSION= 7.19.6 PORTREVISION= 1 CATEGORIES= ftp linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} +MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} DISTFILES= curl-${PORTVERSION}-${RPMVERSION}.i386.rpm \ libcurl-${PORTVERSION}-${RPMVERSION}.i386.rpm |