diff options
author | ats <ats@FreeBSD.org> | 1995-02-11 05:57:21 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-11 05:57:21 +0800 |
commit | bfff4171dc87b8f69318d8f1f99452553d3ebeac (patch) | |
tree | 799403a618ab6a662c92d013e5390c3a8fb6a29c /misc/screen | |
parent | bb0ab826f048dd78491eea1ccb9f59c62fefb5e4 (diff) | |
download | freebsd-ports-gnome-bfff4171dc87b8f69318d8f1f99452553d3ebeac.tar.gz freebsd-ports-gnome-bfff4171dc87b8f69318d8f1f99452553d3ebeac.tar.zst freebsd-ports-gnome-bfff4171dc87b8f69318d8f1f99452553d3ebeac.zip |
Another patch for the "new" make :-). screen/doc/Makefile has some spaces
in it.
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/files/patch-aa | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/screen/files/patch-aa b/misc/screen/files/patch-aa index b28623063f7c..e678dc163bcb 100644 --- a/misc/screen/files/patch-aa +++ b/misc/screen/files/patch-aa @@ -27,3 +27,22 @@ # Better do this by hand. E.g. under RCS... # cat ${srcdir}/terminfo/screencap >> /etc/termcap @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually." +*** doc/Makefile.in.ORIG Mon Jan 16 15:59:12 1995 +--- doc/Makefile.in Fri Feb 10 16:15:24 1995 +*************** +*** 32,38 **** + install-info --infodir=$(infodir) $$d/screen.info; \ + else true; fi; \ + fi +! + uninstall: + rm -f $(mandir)/man1/screen.1 + rm -f $(infodir)/screen.info* +--- 32,38 ---- + install-info --infodir=$(infodir) $$d/screen.info; \ + else true; fi; \ + fi +! + uninstall: + rm -f $(mandir)/man1/screen.1 + rm -f $(infodir)/screen.info* |