summaryrefslogtreecommitdiff
path: root/sysutils/screen/files/patch-ab
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1997-09-15 20:09:15 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1997-09-15 20:09:15 +0000
commit142a3dd4d877b6117005e5ff34928b234b223e79 (patch)
tree518561daf38ea8df8556c8ccda7e8f375b318b2b /sysutils/screen/files/patch-ab
parentUse DISTNAME and PKGNAME instead of DISTNAME and DISTFILES. (diff)
Upgrade to 3.7.4
PR: 4410
Notes
Notes: svn path=/head/; revision=7919
Diffstat (limited to 'sysutils/screen/files/patch-ab')
-rw-r--r--sysutils/screen/files/patch-ab6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/screen/files/patch-ab b/sysutils/screen/files/patch-ab
index fc6b4815d2ce..7d32efe4d433 100644
--- a/sysutils/screen/files/patch-ab
+++ b/sysutils/screen/files/patch-ab
@@ -1,5 +1,5 @@
-*** doc/Makefile.in.orig Mon Sep 2 06:54:27 1996
---- doc/Makefile.in Mon Jun 16 15:24:12 1997
+*** doc/Makefile.in.orig Tue Jun 24 01:05:43 1997
+--- doc/Makefile.in Mon Sep 15 23:56:34 1997
***************
*** 20,26 ****
$(TEXI2DVI) $(srcdir)/screen.texinfo
@@ -24,7 +24,7 @@
if test -f $$d/screen.info; then \
for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(infodir);done; \
- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-- install-info --infodir=$(infodir) $$d/screen.info; \
+- install-info --info-dir=$(infodir) $$d/screen.info; \
- else true; fi; \
fi