Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
HardenedBSD
hardenedbsd-ports
Commits
54bf5502
Commit
54bf5502
authored
Jun 11, 1997
by
ache
Browse files
Fix install-info keyword
PR: 3821
parent
0af6f711
Changes
2
Hide whitespace changes
Inline
Side-by-side
misc/screen/files/patch-ab
0 → 100644
View file @
54bf5502
*** doc/Makefile.in.bak Mon Sep 2 01:54:27 1996
--- doc/Makefile.in Wed Jun 11 06:13:18 1997
***************
*** 29,35 ****
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
--- 29,35 ----
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 --info-dir=$(infodir) $$d/screen.info; \
else true; fi; \
fi
sysutils/screen/files/patch-ab
0 → 100644
View file @
54bf5502
*** doc/Makefile.in.bak Mon Sep 2 01:54:27 1996
--- doc/Makefile.in Wed Jun 11 06:13:18 1997
***************
*** 29,35 ****
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
--- 29,35 ----
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 --info-dir=$(infodir) $$d/screen.info; \
else true; fi; \
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment