aboutsummaryrefslogtreecommitdiff
path: root/x11/x3270/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/x3270/Makefile')
-rw-r--r--x11/x3270/Makefile15
1 files changed, 13 insertions, 2 deletions
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 <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+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 <bsd.port.post.mk>