diff options
author | thierry <thierry@FreeBSD.org> | 2009-02-27 02:24:35 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-02-27 02:24:35 +0800 |
commit | 98a6330108ec4367568a81d706989a30c7200ba5 (patch) | |
tree | 3cb2a223d8d5b9eaa3e8460dbebafda753c328bb /x11-fonts | |
parent | 6811221a9be3216a276b60c9c1bb8a87f008e0a1 (diff) | |
download | freebsd-ports-gnome-98a6330108ec4367568a81d706989a30c7200ba5.tar.gz freebsd-ports-gnome-98a6330108ec4367568a81d706989a30c7200ba5.tar.zst freebsd-ports-gnome-98a6330108ec4367568a81d706989a30c7200ba5.zip |
Upgrade to 1.04 and make fetchable again.
Reported by: pointyhat via pav
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/liberation-fonts-ttf/Makefile b/x11-fonts/liberation-fonts-ttf/Makefile index fe5fa7a76276..26f6831f6ded 100644 --- a/x11-fonts/liberation-fonts-ttf/Makefile +++ b/x11-fonts/liberation-fonts-ttf/Makefile @@ -6,10 +6,10 @@ # PORTNAME= liberation-fonts-ttf -PORTVERSION= 1.0 +PORTVERSION= 1.04 PORTEPOCH= 1 CATEGORIES= x11-fonts -MASTER_SITES= https://www.redhat.com/f/fonts/ +MASTER_SITES= https://fedorahosted.org/releases/l/i/liberation-fonts/ DISTNAME= liberation-fonts MAINTAINER= thierry@FreeBSD.org diff --git a/x11-fonts/liberation-fonts-ttf/pkg-plist b/x11-fonts/liberation-fonts-ttf/pkg-plist index 40d62c3ddf07..39584be0b38f 100644 --- a/x11-fonts/liberation-fonts-ttf/pkg-plist +++ b/x11-fonts/liberation-fonts-ttf/pkg-plist @@ -14,5 +14,5 @@ %%FONTDIR%%/License.txt %%FONTDIR%%/fonts.dir %%FONTDIR%%/fonts.scale -@rmtry %%FONTDIR%%/fonts.cache-1 +@unexec rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true @dirrm %%FONTDIR%% |