diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-01-06 14:35:20 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2015-01-06 14:35:20 +0000 |
commit | 0f8026e8742f827d31b64ab50b15ead79d51345f (patch) | |
tree | c7c307415414c78ec5d8964597f4a131083fd584 /x11-fonts/urwfonts | |
parent | c219c8d956a6e924a38da14e398c8150919bbfb2 (diff) |
Notes
Diffstat (limited to 'x11-fonts/urwfonts')
-rw-r--r-- | x11-fonts/urwfonts/Makefile | 4 | ||||
-rw-r--r-- | x11-fonts/urwfonts/files/pkg-message.in (renamed from x11-fonts/urwfonts/pkg-message) | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/x11-fonts/urwfonts/Makefile b/x11-fonts/urwfonts/Makefile index 1ed2a074d426..de881faea19b 100644 --- a/x11-fonts/urwfonts/Makefile +++ b/x11-fonts/urwfonts/Makefile @@ -2,7 +2,7 @@ PORTNAME= urwfonts PORTVERSION= 1.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-fonts MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ DISTNAME= urw-fonts @@ -17,6 +17,8 @@ NO_BUILD= yes FONTDIR= ${PREFIX}/lib/X11/fonts/${PORTNAME} PLIST_SUB= FONTDIR="${FONTDIR:S|${PREFIX}/||}" +SUB_LIST= FONTDIR="${FONTDIR}" +SUB_FILES= pkg-message do-install: @${MKDIR} ${STAGEDIR}${FONTDIR} diff --git a/x11-fonts/urwfonts/pkg-message b/x11-fonts/urwfonts/files/pkg-message.in index 57af347cd3a1..81086b745431 100644 --- a/x11-fonts/urwfonts/pkg-message +++ b/x11-fonts/urwfonts/files/pkg-message.in @@ -1,8 +1,8 @@ ============================================================ -You'll have to add /usr/local/lib/X11/fonts/URW +You'll have to add %%FONTDIR%% to your X font path by either: -$ xset fp+ /usr/local/lib/X11/fonts/URW +$ xset fp+ %%FONTDIR%% $ xset fp rehash or by adding it to your X-server configuration file (usually |