diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2002-09-15 08:32:09 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2002-09-15 08:32:09 +0000 |
commit | 6ee66625c3354a286c2d56636f002023c94318fc (patch) | |
tree | 945659ea7232c7a861828015723c71db24946eff /x11-fonts | |
parent | baa8c58e2497356e35ed15a979e1048c457bfa37 (diff) | |
download | ports-6ee66625c3354a286c2d56636f002023c94318fc.tar.gz ports-6ee66625c3354a286c2d56636f002023c94318fc.zip |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/XFree86-4-fontCyrillic/Makefile | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/x11-fonts/XFree86-4-fontCyrillic/Makefile b/x11-fonts/XFree86-4-fontCyrillic/Makefile index 9a6aaa0de356..980ae3b6ad38 100644 --- a/x11-fonts/XFree86-4-fontCyrillic/Makefile +++ b/x11-fonts/XFree86-4-fontCyrillic/Makefile @@ -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> |