aboutsummaryrefslogtreecommitdiff
path: root/x11/x3270
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-06 17:23:38 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2001-03-06 17:23:38 +0000
commit1b8dc801ccf847b175e09519f77164d0dcd29892 (patch)
tree0b056f8738c92776db1b7e959c102df0ddb13e9f /x11/x3270
parentd21ba280e14b51fe30c4776bd7ad97d37c171910 (diff)
downloadports-1b8dc801ccf847b175e09519f77164d0dcd29892.tar.gz
ports-1b8dc801ccf847b175e09519f77164d0dcd29892.zip
Notes
Diffstat (limited to 'x11/x3270')
-rw-r--r--x11/x3270/files/patch-aa19
1 files changed, 17 insertions, 2 deletions
diff --git a/x11/x3270/files/patch-aa b/x11/x3270/files/patch-aa
index 9d7d71a4a057..c12134f10f12 100644
--- a/x11/x3270/files/patch-aa
+++ b/x11/x3270/files/patch-aa
@@ -1,5 +1,5 @@
---- ./Imakefile.org Thu Feb 13 14:04:51 1997
-+++ ./Imakefile Mon Nov 16 19:11:53 1998
+--- Imakefile.orig Thu Feb 13 23:04:51 1997
++++ Imakefile Wed Feb 28 00:15:00 2001
@@ -24,7 +24,7 @@
FontObj(3270gt24) FontObj(3270gt24b) \
FontObj(3270gt32) FontObj(3270gt32b)
@@ -9,3 +9,18 @@
LIBX3270DIR = $(LIBDIR)/x3270
HOSTSFILE = ibm_hosts
+@@ -104,7 +104,13 @@
+ install:: $(DESTDIR)$(FONTINSTDIR)/fonts.dir
+ $(DESTDIR)$(FONTINSTDIR)/fonts.dir::
+ -chmod u+w $(DESTDIR)$(FONTINSTDIR) $(DESTDIR)$(FONTINSTDIR)/fonts.dir
+- $(BINDIR)/$(MKFONTDIR) $(DESTDIR)$(FONTINSTDIR)
++ if [ -x $(BINDIR)/$(MKFONTDIR) ]; then \
++ $(BINDIR)/$(MKFONTDIR) $(DESTDIR)$(FONTINSTDIR); \
++ elif [ -x $(MKFONTDIR) ]; then \
++ $(MKFONTDIR) $(DESTDIR)$(FONTINSTDIR); \
++ else \
++ echo "*** mkfontdir not found -- please run manually ***"; \
++ fi
+ chmod u=rwx,go=rx $(DESTDIR)$(FONTINSTDIR)
+ chmod a=r $(DESTDIR)$(FONTINSTDIR)/fonts.dir
+