summaryrefslogtreecommitdiff
path: root/russian/X.language/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-12-13 10:58:26 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-12-13 10:58:26 +0000
commit42f2666ff75eb993694d1aabd56b9407210c1ad8 (patch)
tree1a13eab59d1456dfa91042ec03ed04fa7c579de3 /russian/X.language/Makefile
parentUpdate (version 1.3) (diff)
Add russian keyboard map
Notes
Notes: svn path=/head/; revision=2556
Diffstat (limited to 'russian/X.language/Makefile')
-rw-r--r--russian/X.language/Makefile22
1 files changed, 3 insertions, 19 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile
index 18e4d4c7e99c..6d64dc566342 100644
--- a/russian/X.language/Makefile
+++ b/russian/X.language/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Aug 1995
# Whom: ache
#
-# $Id: Makefile,v 1.2 1995/09/23 17:19:06 ache Exp $
+# $Id: Makefile,v 1.3 1995/11/16 03:12:43 asami Exp $
#
PKGNAME= ru-X11
@@ -19,27 +19,12 @@ NO_CONFIGURE= YES
NO_PATCH= YES
NO_BUILD= YES
USE_X11= YES
-PACKAGE_NOINSTALL= YES
XLIB = ${X11BASE}/lib/X11
INSTALL_DATA = ${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP}
-fetch:
- @true
-
-extract:
- @true
-
-patch:
- @true
-
-configure:
- @true
-
-build:
- @true
-
-install: depends
+do-install:
+ ${INSTALL_DATA} ${FILESDIR}/xmodmap ${XLIB}/xinit/.Xmodmap
if [ -d ${XLIB}/locale ] ; then \
if [ ! -d ${XLIB}/locale/koi8-r ] ; then \
mkdir ${XLIB}/locale/koi8-r; \
@@ -107,6 +92,5 @@ install: depends
cat ${FILESDIR}/nls_alias_list >> ${XLIB}/nls/nls.alias; \
}; \
fi
- @${MAKE} ${.MAKEFLAGS} fake-pkg
.include <bsd.port.mk>