diff options
author | bapt <bapt@FreeBSD.org> | 2014-10-31 18:41:38 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-10-31 18:41:38 +0800 |
commit | 01fc7a4135f2ec1a6f58a276eb978ceadfe9aa20 (patch) | |
tree | d52fcf8554b60c196ae408325f3b98a3671db636 /x11-fonts | |
parent | 7a375c1b027e5cfb89322f811277be2b5cf23098 (diff) | |
download | freebsd-ports-gnome-01fc7a4135f2ec1a6f58a276eb978ceadfe9aa20.tar.gz freebsd-ports-gnome-01fc7a4135f2ec1a6f58a276eb978ceadfe9aa20.tar.zst freebsd-ports-gnome-01fc7a4135f2ec1a6f58a276eb978ceadfe9aa20.zip |
Convert to @fc
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/ubuntu-font/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/ubuntu-font/pkg-plist | 5 |
2 files changed, 2 insertions, 5 deletions
diff --git a/x11-fonts/ubuntu-font/Makefile b/x11-fonts/ubuntu-font/Makefile index 70733c53148f..7e559e628a50 100644 --- a/x11-fonts/ubuntu-font/Makefile +++ b/x11-fonts/ubuntu-font/Makefile @@ -3,7 +3,7 @@ PORTNAME= ubuntu-font PORTVERSION= 0.80 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= http://font.ubuntu.com/download/ diff --git a/x11-fonts/ubuntu-font/pkg-plist b/x11-fonts/ubuntu-font/pkg-plist index 5cfc5acf17c0..45620a9325e5 100644 --- a/x11-fonts/ubuntu-font/pkg-plist +++ b/x11-fonts/ubuntu-font/pkg-plist @@ -18,7 +18,4 @@ %%PORTDOCS%%%%DOCSDIR%%/README.txt %%PORTDOCS%%%%DOCSDIR%%/TRADEMARKS.txt %%PORTDOCS%%%%DOCSDIR%%/copyright.txt -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true -@dirrm %%FONTSDIR%% -@exec %%LOCALBASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || /usr/bin/true +@fc %%FONTSDIR%% |