From a9c0414707efff4043efba70743be3fedef59b8a Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 20 Dec 1995 07:13:17 +0000 Subject: Fix empty targets --- russian/X.language/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'russian/X.language') diff --git a/russian/X.language/Makefile b/russian/X.language/Makefile index 6d64dc5..1b81763 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 \ -- cgit v1.1