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 /textproc/linux-f10-expat/Makefile | |
parent | e1cea1eaa9bde57ce435ca35d34f55d501d7f635 (diff) |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Notes
Notes:
svn path=/head/; revision=376417
Diffstat (limited to 'textproc/linux-f10-expat/Makefile')
-rw-r--r-- | textproc/linux-f10-expat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/linux-f10-expat/Makefile b/textproc/linux-f10-expat/Makefile index 0b8470672917..ced349120c58 100644 --- a/textproc/linux-f10-expat/Makefile +++ b/textproc/linux-f10-expat/Makefile @@ -5,7 +5,7 @@ PORTNAME= expat PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= textproc linux -MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} +MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} MAINTAINER= emulation@FreeBSD.org COMMENT= Linux/i386 binary port of Expat XML-parsing library (Linux Fedora 10) |