diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2009-02-26 18:24:35 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2009-02-26 18:24:35 +0000 |
commit | a69d12792c897fa423e49aa11f419619a0671e6e (patch) | |
tree | 2e52c0ac63ca4905b032b53ce47ac5b46cf58763 /x11-fonts/liberation-fonts-ttf | |
parent | 5d62d537c528c2be30085b65349a3a22019741a9 (diff) | |
download | ports-a69d12792c897fa423e49aa11f419619a0671e6e.tar.gz ports-a69d12792c897fa423e49aa11f419619a0671e6e.zip |
Notes
Diffstat (limited to 'x11-fonts/liberation-fonts-ttf')
-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%% |