diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-20 07:13:17 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-12-20 07:13:17 +0000 |
commit | ba4ce6ae7b4457bebd451089956e5d680bf7e931 (patch) | |
tree | 1433a429ad1bfac29fcbfd2cd1baf7f382e29f09 /russian/X.language | |
parent | Replace elm+pgp+mime with elm.language (diff) |
Fix empty targets
Diffstat (limited to 'russian/X.language')
-rw-r--r-- | russian/X.language/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile index 6d64dc566342..1b8176306e29 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.3 1995/11/16 03:12:43 asami Exp $ +# $Id: Makefile,v 1.4 1995/12/13 10:57:52 ache Exp $ # PKGNAME= ru-X11 @@ -14,7 +14,7 @@ MAINTAINER= ache@FreeBSD.ORG RUN_DEPENDS += ${X11BASE}/bin/xinit:${PORTSDIR}/x11/XFree86 NO_EXTRACT= YES -NO_WRKSUBDIR= YES +NO_WRKDIR= YES NO_CONFIGURE= YES NO_PATCH= YES NO_BUILD= YES @@ -23,6 +23,8 @@ USE_X11= YES XLIB = ${X11BASE}/lib/X11 INSTALL_DATA = ${INSTALL} -c -m 644 -o ${BINOWN} -g ${BINGRP} +do-fetch: + do-install: ${INSTALL_DATA} ${FILESDIR}/xmodmap ${XLIB}/xinit/.Xmodmap if [ -d ${XLIB}/locale ] ; then \ |