diff options
author | bf <bf@FreeBSD.org> | 2011-10-18 13:15:44 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2011-10-18 13:15:44 +0800 |
commit | b2f371e9a46facd2fd8c73a6ff91d2ac3d994479 (patch) | |
tree | 10bd2217eb49ebf1fe8ae55e3add1c4ce66c119b /x11-fonts/charis-compact | |
parent | a6273e89190afb26d598b86b15c9d2e07008baa7 (diff) | |
download | freebsd-ports-gnome-b2f371e9a46facd2fd8c73a6ff91d2ac3d994479.tar.gz freebsd-ports-gnome-b2f371e9a46facd2fd8c73a6ff91d2ac3d994479.tar.zst freebsd-ports-gnome-b2f371e9a46facd2fd8c73a6ff91d2ac3d994479.zip |
fix fetch
Reported by: pav
Diffstat (limited to 'x11-fonts/charis-compact')
-rw-r--r-- | x11-fonts/charis-compact/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/x11-fonts/charis-compact/Makefile b/x11-fonts/charis-compact/Makefile index 1b4c889865b1..cfe5e46ef04c 100644 --- a/x11-fonts/charis-compact/Makefile +++ b/x11-fonts/charis-compact/Makefile @@ -7,9 +7,14 @@ PORTNAME= CharisSILCompact PORTVERSION= 4.110 +PORTREVISION= 1 CATEGORIES= x11-fonts -MASTER_SITES= http://scripts.sil.org/ttw/fonts2go.cgi?family=CharisSIL&pkg=Compact&ver=${PORTVERSION}&filename=/ \ - LOCAL/bf +#unfortunately, the SIL server embeds timestamps in the distfile, so we use a static local copy +.if defined(MAINTAINER_MODE) +MASTER_SITES= http://scripts.sil.org/ttw/fonts2go.cgi?family=CharisSIL&pkg=Compact&ver=${PORTVERSION}&filename=/ +.else +MASTER_SITES= LOCAL/bf +.endif MASTER_SITE_SUBDIR= #prevent bsd.xorg.mk from setting a default subdirectory MAINTAINER= bf@FreeBSD.org |