aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2016-01-29 03:21:32 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2016-01-29 03:21:32 +0000
commitff5011faa248f65f1504a3188f818363a36e63c2 (patch)
tree978abe8349a0fda0b1e7c3bc536fbd7b565db4bc /sysutils
parent1b25a05a253b321e676e6998fcf4871f64a9d50e (diff)
downloadports-ff5011faa248f65f1504a3188f818363a36e63c2.tar.gz
ports-ff5011faa248f65f1504a3188f818363a36e63c2.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/screen-legacy/files/patch-doc_Makefile.in18
-rw-r--r--sysutils/screen-legacy/files/patch-doc__Makefile.in20
2 files changed, 12 insertions, 26 deletions
diff --git a/sysutils/screen-legacy/files/patch-doc_Makefile.in b/sysutils/screen-legacy/files/patch-doc_Makefile.in
index a20134f212fc..5a09a44a0b7a 100644
--- a/sysutils/screen-legacy/files/patch-doc_Makefile.in
+++ b/sysutils/screen-legacy/files/patch-doc_Makefile.in
@@ -1,7 +1,11 @@
---- doc/Makefile.in.orig 2007-10-29 13:08:52.000000000 -0700
-+++ doc/Makefile.in 2007-10-29 13:11:09.000000000 -0700
-@@ -30,7 +30,10 @@
- $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info
+--- doc/Makefile.in.orig 2006-10-23 13:06:32 UTC
++++ doc/Makefile.in
+@@ -27,25 +27,34 @@ pdf screen.pdf: screen.texinfo mostlycle
+
+ info screen.info: screen.texinfo
+ @rm -f screen.info*
+- $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info
++ $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info
install: installdirs
+.if defined(WITH_MAN)
@@ -11,8 +15,10 @@
-$(MAKE) screen.info
-if test -f screen.info; then d=.; else d=$(srcdir); fi; \
if test -f $$d/screen.info; then \
-@@ -39,13 +42,19 @@
- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/screen.info; \
+ for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(DESTDIR)$(infodir);done; \
+ if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
+- install-info --info-dir=$(DESTDIR)$(infodir) $$d/screen.info; \
++ install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/screen.info; \
else true; fi; \
fi
+.endif
diff --git a/sysutils/screen-legacy/files/patch-doc__Makefile.in b/sysutils/screen-legacy/files/patch-doc__Makefile.in
deleted file mode 100644
index ff1673015a5a..000000000000
--- a/sysutils/screen-legacy/files/patch-doc__Makefile.in
+++ /dev/null
@@ -1,20 +0,0 @@
---- doc/Makefile.in.orig Fri May 25 18:50:55 2001
-+++ doc/Makefile.in Mon Jun 25 08:42:08 2001
-@@ -27,7 +27,7 @@
-
- info screen.info: screen.texinfo
- @rm -f screen.info*
-- $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info
-+ $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info
-
- install: installdirs
- $(INSTALL_DATA) $(srcdir)/screen.1 $(DESTDIR)$(mandir)/man1/screen.1
-@@ -36,7 +36,7 @@
- if test -f $$d/screen.info; then \
- for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(DESTDIR)$(infodir);done; \
- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \
-- install-info --info-dir=$(DESTDIR)$(infodir) $$d/screen.info; \
-+ install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/screen.info; \
- else true; fi; \
- fi
-