diff options
author | thierry <thierry@FreeBSD.org> | 2013-04-13 02:12:31 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2013-04-13 02:12:31 +0800 |
commit | 6ea9b7e7603e060b0442c9ac089869effe1217c1 (patch) | |
tree | d1767c930c31d862e513a15b2d5581f1eab0e7f4 /x11-fonts | |
parent | 91c19285d8efa5d0de12410355af949960f0cf48 (diff) | |
download | freebsd-ports-graphics-6ea9b7e7603e060b0442c9ac089869effe1217c1.tar.gz freebsd-ports-graphics-6ea9b7e7603e060b0442c9ac089869effe1217c1.tar.zst freebsd-ports-graphics-6ea9b7e7603e060b0442c9ac089869effe1217c1.zip |
Adding MASTER_SITE_LOCAL, in order to make it fetchable behind a proxy.
Suggested by: tijl
Approved by: portmgr (miwi)
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/liberation-fonts-ttf/Makefile b/x11-fonts/liberation-fonts-ttf/Makefile index a15a544053b..9d26aa717f3 100644 --- a/x11-fonts/liberation-fonts-ttf/Makefile +++ b/x11-fonts/liberation-fonts-ttf/Makefile @@ -1,13 +1,13 @@ # Created by: Thierry Thomas <thierry@pompo.net> -# # $FreeBSD$ -# PORTNAME= liberation-fonts-ttf PORTVERSION= 2.00.1 PORTEPOCH= 1 CATEGORIES= x11-fonts -MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ +MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= thierry MAINTAINER= thierry@FreeBSD.org COMMENT= Liberation fonts from Red Hat to replace MS TTF fonts |