summaryrefslogtreecommitdiff
path: root/misc/screen/patches/patch-ab
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1997-10-11 21:47:45 +0000
committerhubertf <hubertf@pkgsrc.org>1997-10-11 21:47:45 +0000
commit652e2956ee0721786181dcf43d7559a17c9b93f9 (patch)
tree3168e7bc4854554f72118dc96560235482befc88 /misc/screen/patches/patch-ab
parent551dd598bd50fa36ec5070b44fede97059cdbb6b (diff)
downloadpkgsrc-652e2956ee0721786181dcf43d7559a17c9b93f9.tar.gz
Initial import of FreeBSD's screen port.
Diffstat (limited to 'misc/screen/patches/patch-ab')
-rw-r--r--misc/screen/patches/patch-ab32
1 files changed, 32 insertions, 0 deletions
diff --git a/misc/screen/patches/patch-ab b/misc/screen/patches/patch-ab
new file mode 100644
index 00000000000..fc6b4815d2c
--- /dev/null
+++ b/misc/screen/patches/patch-ab
@@ -0,0 +1,32 @@
+*** doc/Makefile.in.orig Mon Sep 2 06:54:27 1996
+--- doc/Makefile.in Mon Jun 16 15:24:12 1997
+***************
+*** 20,26 ****
+ $(TEXI2DVI) $(srcdir)/screen.texinfo
+
+ info screen.info: screen.texinfo
+! $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info
+
+ install: installdirs
+ $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1
+--- 20,27 ----
+ $(TEXI2DVI) $(srcdir)/screen.texinfo
+
+ info screen.info: screen.texinfo
+! rm -f ./screen.info*
+! $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info
+
+ install: installdirs
+ $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1
+***************
+*** 28,36 ****
+ -if test -f screen.info; then d=.; else d=$(srcdir); fi; \
+ 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; \
+- else true; fi; \
+ fi
+
+ uninstall:
+--- 29,34 ----