diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 18:17:28 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2015-01-06 18:17:28 +0800 |
commit | 12f48dc28d02fd48bf6cb1d00be767a3b9cee18b (patch) | |
tree | 76a3678c4293e3a7cf5f54a51ac527ca818da9aa /x11-fonts | |
parent | e1cea1eaa9bde57ce435ca35d34f55d501d7f635 (diff) | |
download | freebsd-ports-gnome-12f48dc28d02fd48bf6cb1d00be767a3b9cee18b.tar.gz freebsd-ports-gnome-12f48dc28d02fd48bf6cb1d00be767a3b9cee18b.tar.zst freebsd-ports-gnome-12f48dc28d02fd48bf6cb1d00be767a3b9cee18b.zip |
Move MASTER_SITES from CRITICAL to LOCAL/ehaupt
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/linux-f10-fontconfig/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fonts/linux-f10-fontconfig/Makefile b/x11-fonts/linux-f10-fontconfig/Makefile index 84e0f0c5e522..2c6ab667d278 100644 --- a/x11-fonts/linux-f10-fontconfig/Makefile +++ b/x11-fonts/linux-f10-fontconfig/Makefile @@ -5,7 +5,7 @@ PORTNAME= fontconfig PORTVERSION= 2.6.0 PORTREVISION= 1 CATEGORIES= x11-fonts 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= XML-based font configuration API for X Windows (Linux Fedora 10) |