diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:46:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:46:34 +0000 |
commit | 87af739a9cc9b6b98524bd271523157fc3650bdb (patch) | |
tree | 62ea648a4d7a1fb20dbfdb1594ead70e69813318 /textproc/textutils/files/patch-ab | |
parent | This port, gwstat, is no longer being developed/actively maintained. (diff) |
Update to version 2.0.
PR: 13315
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=21719
Diffstat (limited to 'textproc/textutils/files/patch-ab')
-rw-r--r-- | textproc/textutils/files/patch-ab | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/textproc/textutils/files/patch-ab b/textproc/textutils/files/patch-ab new file mode 100644 index 000000000000..32f1ae34bf3e --- /dev/null +++ b/textproc/textutils/files/patch-ab @@ -0,0 +1,17 @@ +--- doc/Makefile.in.orig Fri Aug 6 21:56:34 1999 ++++ doc/Makefile.in Sat Aug 21 22:22:12 1999 +@@ -218,14 +218,6 @@ + else : ; fi; \ + done; \ + done +- @$(POST_INSTALL) +- @if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \ +- list='$(INFO_DEPS)'; \ +- for file in $$list; do \ +- echo " install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file";\ +- install-info --info-dir=$(DESTDIR)$(infodir) $(DESTDIR)$(infodir)/$$file || :;\ +- done; \ +- else : ; fi + + uninstall-info: + $(PRE_UNINSTALL) |