diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-03 10:42:13 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-09-03 10:42:13 +0000 |
commit | 8399651ce8f020106f86134c958f979a96d956c0 (patch) | |
tree | 5e8e998b79177f0f1e43f775cdff25d4bf769909 /x11-fonts/XFree86-4-fontCyrillic/Makefile | |
parent | Use UID 95 instead of 94, perforce already uses 94. (diff) |
Add Ukrainian characters (koi8-u) obtained from x11-fonts/geminifonts and
move all patches into a single PATCHFILE. Bump PORTREVISION.
Suggested by: mi
Diffstat (limited to 'x11-fonts/XFree86-4-fontCyrillic/Makefile')
-rw-r--r-- | x11-fonts/XFree86-4-fontCyrillic/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/x11-fonts/XFree86-4-fontCyrillic/Makefile b/x11-fonts/XFree86-4-fontCyrillic/Makefile index 8661ce878c18..9a6aaa0de356 100644 --- a/x11-fonts/XFree86-4-fontCyrillic/Makefile +++ b/x11-fonts/XFree86-4-fontCyrillic/Makefile @@ -7,13 +7,16 @@ PORTNAME= fontCyrillic PORTVERSION= 4.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11-fonts MASTER_SITES= ${MASTER_SITE_XFREE} MASTER_SITE_SUBDIR= ${PORTVERSION} PKGNAMEPREFIX= XFree86- DISTFILES= X${PORTVERSION:S/.//g}src-2.tgz +PATCHFILES= cronyx-4.2.0.koi8-u.diff.gz +PATCH_SITES= http://people.FreeBSD.org/~sobomax/ + MAINTAINER= anholt@freebsd.org BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients @@ -44,4 +47,10 @@ pre-build: (cd ${WRKDIR}/xc/fonts/encodings && \ ${MAKE} all) +post-build: + @for line in `${TAIL} -n +2 ${WRKSRC}/fonts.dir | ${AWK} '{print $$2}'`; do \ + ${ECHO_CMD} `${ECHO_CMD} $$line | ${SED} 's|koi8-r|koi8-u|'` $$line >> \ + ${WRKSRC}/fonts.alias; \ + done + .include <bsd.port.mk> |