summaryrefslogtreecommitdiff
path: root/russian/X.language/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-11-15 12:56:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-11-15 12:56:57 +0000
commit9f198d1b686437b7b491cb1a16e5eaeefa6a1d40 (patch)
tree72187faa2bf1e16674d98667bd1a1ebec65f29b8 /russian/X.language/Makefile
parentUpdate 2.7.1 -> 2.7.2. The author used our patches that were not (diff)
Partial upgrade to 3.2
Notes
Notes: svn path=/head/; revision=4481
Diffstat (limited to 'russian/X.language/Makefile')
-rw-r--r--russian/X.language/Makefile28
1 files changed, 3 insertions, 25 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile
index 64124fe70e09..f035a00b0881 100644
--- a/russian/X.language/Makefile
+++ b/russian/X.language/Makefile
@@ -3,11 +3,11 @@
# Date created: 31 Aug 1995
# Whom: ache
#
-# $Id: Makefile,v 1.8 1996/09/01 13:47:03 ache Exp $
+# $Id: Makefile,v 1.9 1996/10/07 14:34:58 ache Exp $
#
DISTNAME= xrus-2.0-bin
-PKGNAME= ru-X11-3.1.2
+PKGNAME= ru-X11-3.2
CATEGORIES+= russian x11
MASTER_SITES= ftp://ftp.relcom.ru/misc/fonts/cyrillic/xwindows/
EXTRACT_SUFX= .tgz
@@ -47,29 +47,7 @@ do-install:
rm -f /tmp/ed.$$$$; \
}; \
fi
- ${INSTALL_DATA} ${FILESDIR}/xmodmap ${XLIB}/xinit/.Xmodmap
- if [ -d ${XLIB}/locale ] ; then \
- if [ ! -d ${XLIB}/locale/koi8-r ] ; then \
- mkdir ${XLIB}/locale/koi8-r; \
- chown ${BINOWN}.${BINGRP} ${XLIB}/locale/koi8-r; \
- chmod 755 ${XLIB}/locale/koi8-r; \
- fi; \
- if [ ! -f ${XLIB}/locale/koi8-r/XLC_LOCALE ] ; then \
- ${INSTALL_DATA} ${FILESDIR}/koi8-r ${XLIB}/locale/koi8-r/XLC_LOCALE; \
- fi; \
- if [ ! -f ${XLIB}/locale/tbl_data/tabkoi8-r ] ; then \
- ${INSTALL_DATA} ${FILESDIR}/tabkoi8-r ${XLIB}/locale/tbl_data; \
- fi; \
- grep -q KOI8-R ${XLIB}/locale/locale.alias || { \
- cp ${XLIB}/locale/locale.alias ${XLIB}/locale/locale.alias.bak; \
- grep -v -f ${FILESDIR}/replace_alias_list < ${XLIB}/locale/locale.alias.bak > ${XLIB}/locale/locale.alias; \
- cat ${FILESDIR}/locale_alias_list >> ${XLIB}/locale/locale.alias; \
- }; \
- grep -q KOI8-R ${XLIB}/locale/locale.dir || { \
- cp ${XLIB}/locale/locale.dir ${XLIB}/locale/locale.dir.bak; \
- cat ${FILESDIR}/locale_dir_list >> ${XLIB}/locale/locale.dir; \
- }; \
- fi
+# ${INSTALL_DATA} ${FILESDIR}/xmodmap ${XLIB}/xinit/.Xmodmap
if [ ! -d ${XLIB}/nls ] ; then \
mkdir ${XLIB}/nls; \
chown ${BINOWN}.${BINGRP} ${XLIB}/nls; \