diff options
Diffstat (limited to 'ukrainian')
-rw-r--r-- | ukrainian/monacofonts/Makefile | 7 | ||||
-rw-r--r-- | ukrainian/monacofonts/files/Makefile | 6 | ||||
-rw-r--r-- | ukrainian/monacofonts/pkg-message | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/ukrainian/monacofonts/Makefile b/ukrainian/monacofonts/Makefile index c635fefaddda..fd6c963f5e7f 100644 --- a/ukrainian/monacofonts/Makefile +++ b/ukrainian/monacofonts/Makefile @@ -7,7 +7,7 @@ PORTNAME= monaco PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= ukrainian x11-fonts MASTER_SITES= http://www.brama.com/compute/unix/ PKGNAMEPREFIX= koi8-u- @@ -17,10 +17,11 @@ DISTNAME= ${PORTNAME} MAINTAINER= mi@aldan.algebra.com COMMENT= A collection of 5 "fixed" fonts for X11 from www.brama.com -BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} +BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \ + mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \ + mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale USE_ZIP= yes -USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/Monaco.bdf diff --git a/ukrainian/monacofonts/files/Makefile b/ukrainian/monacofonts/files/Makefile index 16da67eb007a..44d7fa87641b 100644 --- a/ukrainian/monacofonts/files/Makefile +++ b/ukrainian/monacofonts/files/Makefile @@ -8,10 +8,10 @@ PCFS:= ${STEMS:S/$/.pcf.gz/} all: ${PCFS} fonts.dir fonts.alias .bdf.pcf.gz: - ${X11BASE}/bin/bdftopcf < $< | gzip -9 > $@ + ${LOCALBASE}/bin/bdftopcf < $< | gzip -9 > $@ fonts.dir: ${PCFS} - ${X11BASE}/bin/mkfontdir + ${LOCALBASE}/bin/mkfontdir # I don't know why ``isoir-111'' was chosen for this fonts' encoding -- # they are in koi8-u, so the each will have a corresponding alias. @@ -24,7 +24,7 @@ fonts.alias: fonts.dir print $$2 " " name; gsub("koi8-u", "koi8-r", $$2); \ print $$2 " " name}' < fonts.dir > fonts.alias -DIR= ${X11BASE}/lib/X11/fonts/koi8u-monaco +DIR= ${LOCALBASE}/lib/X11/fonts/koi8u-monaco install: all ${MKDIR} ${DIR} diff --git a/ukrainian/monacofonts/pkg-message b/ukrainian/monacofonts/pkg-message index 7b0a420bbce7..9552676cd9be 100644 --- a/ukrainian/monacofonts/pkg-message +++ b/ukrainian/monacofonts/pkg-message @@ -1,8 +1,8 @@ For your X-server to use the fonts, you have to add - the ${X11BASE}/lib/X11/fonts/koi8u-monaco (X11BASE is, - usually, /usr/X11R6) to the server's font-path. Use - ``xset fp+'' to do this for the current X-session and + the ${LOCALBASE}/lib/X11/fonts/koi8u-monaco (LOCALBASE is, + usually, /usr/local) to the server's font-path. Use + ``xset fp+'' ${LOCALBASE} to do this for the current X-session and consult your X-server's documentation to make this permanent. |