diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-03-03 17:26:45 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-03-03 17:26:45 +0800 |
commit | 98ccd00e8f5cffc5cc2b118e7fb9f06eac4a8f50 (patch) | |
tree | 73a3a1bd349da6c0e5a3dd8334267916941c6723 /accessibility | |
parent | 29815488e13d560eb078dd17788254c94728dbfd (diff) | |
download | freebsd-ports-gnome-98ccd00e8f5cffc5cc2b118e7fb9f06eac4a8f50.tar.gz freebsd-ports-gnome-98ccd00e8f5cffc5cc2b118e7fb9f06eac4a8f50.tar.zst freebsd-ports-gnome-98ccd00e8f5cffc5cc2b118e7fb9f06eac4a8f50.zip |
Add a more reliable mirrors for fc4 and f10 linux emulation ports.
Triggered by: distilator
Reviewed by: netchild (emulation)
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/linux-atk/Makefile | 1 | ||||
-rw-r--r-- | accessibility/linux-f10-atk/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/accessibility/linux-atk/Makefile b/accessibility/linux-atk/Makefile index b809db70e19d..93fea5d71e61 100644 --- a/accessibility/linux-atk/Makefile +++ b/accessibility/linux-atk/Makefile @@ -9,6 +9,7 @@ PORTNAME= atk PORTVERSION= 1.9.1 PORTREVISION= 3 CATEGORIES= accessibility linux +MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= freebsd-emulation@FreeBSD.org diff --git a/accessibility/linux-f10-atk/Makefile b/accessibility/linux-f10-atk/Makefile index aa21f702e973..bd6874c4f98a 100644 --- a/accessibility/linux-f10-atk/Makefile +++ b/accessibility/linux-f10-atk/Makefile @@ -8,6 +8,7 @@ PORTNAME= atk PORTVERSION= 1.24.0 CATEGORIES= accessibility linux +MASTER_SITES= CRITICAL/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER} PKGNAMEPREFIX= linux-f10- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} |