From 130f02caf2c97c8894c1e2e18c9ea98957ab3921 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 17 Nov 1998 03:22:30 +0000 Subject: Move fonts from misc to local. --- x11/x3270/Makefile | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'x11/x3270/Makefile') diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 1dd59a35ac94..81492ea94d97 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -3,7 +3,7 @@ # Date created: 31 January 1995 # Whom: janek # -# $Id: Makefile,v 1.9 1996/11/18 09:55:36 asami Exp $ +# $Id: Makefile,v 1.10 1997/10/15 20:23:40 max Exp $ # DISTNAME= x3270-3.1.1.6 @@ -18,4 +18,15 @@ USE_IMAKE= yes MAN1= x3270.1 x3270if.1 x3270-script.1 ibm_hosts.1 MANCOMPRESSED= yes -.include +.include + +pre-install: +.if !exists(${X11BASE}/lib/X11/fonts/local) + @${ECHO} "*********************************************************" + @${ECHO} "Please update your XFree86 to version 3.3.3 or later" + @${ECHO} "or add ${X11BASE}/lib/X11/fonts/local to your font path" + @${ECHO} "in /etc/XF86Config." + @${ECHO} "*********************************************************" +.endif + +.include -- cgit v1.2.3