aboutsummaryrefslogtreecommitdiff
path: root/x11-fonts/XFree86-4-fontCyrillic
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2002-09-15 08:32:09 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2002-09-15 08:32:09 +0000
commit6ee66625c3354a286c2d56636f002023c94318fc (patch)
tree945659ea7232c7a861828015723c71db24946eff /x11-fonts/XFree86-4-fontCyrillic
parentbaa8c58e2497356e35ed15a979e1048c457bfa37 (diff)
downloadports-6ee66625c3354a286c2d56636f002023c94318fc.tar.gz
ports-6ee66625c3354a286c2d56636f002023c94318fc.zip
Notes
Diffstat (limited to 'x11-fonts/XFree86-4-fontCyrillic')
-rw-r--r--x11-fonts/XFree86-4-fontCyrillic/Makefile17
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>