diff options
author | bapt <bapt@FreeBSD.org> | 2015-03-20 22:48:19 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-03-20 22:48:19 +0800 |
commit | cfa8aa462b9e2dfb2871280b04d03c940461b4d4 (patch) | |
tree | c5d2a6453c0d7a52c989eefa4bb1787f06e6ab82 /x11-fonts | |
parent | 3412e0486862aa77b159d3f0bc6bf736b1449b35 (diff) | |
download | freebsd-ports-graphics-cfa8aa462b9e2dfb2871280b04d03c940461b4d4.tar.gz freebsd-ports-graphics-cfa8aa462b9e2dfb2871280b04d03c940461b4d4.tar.zst freebsd-ports-graphics-cfa8aa462b9e2dfb2871280b04d03c940461b4d4.zip |
Fix pkg-message
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/Makefile | 1 | ||||
-rw-r--r-- | x11-fonts/liberation-fonts-ttf/files/pkg-message.in | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11-fonts/liberation-fonts-ttf/Makefile b/x11-fonts/liberation-fonts-ttf/Makefile index 34997b93287..ce753ed313e 100644 --- a/x11-fonts/liberation-fonts-ttf/Makefile +++ b/x11-fonts/liberation-fonts-ttf/Makefile @@ -20,7 +20,6 @@ USE_XORG= x11 SUB_FILES= pkg-message FONTNAME= Liberation -FONTDIR= ${PREFIX}/lib/X11/fonts/${FONTNAME} INSTDAT= AUTHORS NO_BUILD= yes diff --git a/x11-fonts/liberation-fonts-ttf/files/pkg-message.in b/x11-fonts/liberation-fonts-ttf/files/pkg-message.in index dca252c8f1d..58071a80c57 100644 --- a/x11-fonts/liberation-fonts-ttf/files/pkg-message.in +++ b/x11-fonts/liberation-fonts-ttf/files/pkg-message.in @@ -2,4 +2,4 @@ You can start using the fonts by following these instructions: Add the following line to the "Files" section of your x.org configuration file: - FontPath "%%FONTDIR%%/" + FontPath "%%FONTSDIR%%/" |