1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Comment out koi8-u stuff until it will be implemented properly, i.e.

as addition to koi8-r fonts, not as replacement for them.
This commit is contained in:
Andrey A. Chernov 2002-09-15 08:32:09 +00:00
parent baa8c58e24
commit 6ee66625c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66349

View File

@ -7,15 +7,16 @@
PORTNAME= fontCyrillic
PORTVERSION= 4.2.0
PORTREVISION= 2
PORTREVISION= 3
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/
# koi8-u commented out until will be implemented as addition, not replacement
#PATCHFILES= cronyx-4.2.0.koi8-u.diff.gz
#PATCH_SITES= http://people.FreeBSD.org/~sobomax/
MAINTAINER= anholt@freebsd.org
@ -47,10 +48,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
#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>