diff options
author | asami <asami@FreeBSD.org> | 1998-11-17 03:22:30 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-17 03:22:30 +0000 |
commit | 34ff05258528b5a49cf5ab9aa69a95c1e6f56c07 (patch) | |
tree | 28588b57c36718ec628385a6b86ca4c475961700 /x11/x3270/Makefile | |
parent | c3f7f0b591c86a0f39e2acd0347a87ef0eb35b35 (diff) | |
download | FreeBSD-ports-34ff05258528b5a49cf5ab9aa69a95c1e6f56c07.zip FreeBSD-ports-34ff05258528b5a49cf5ab9aa69a95c1e6f56c07.tar.gz |
Move fonts from misc to local.
Diffstat (limited to 'x11/x3270/Makefile')
-rw-r--r-- | x11/x3270/Makefile | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 1dd59a3..81492ea 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> |