diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-07 07:37:35 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-07 07:37:35 +0000 |
commit | 4e89b7baafd61672418fc1b2685ebcf997e1ed81 (patch) | |
tree | 8e5613369b59c3fbb81dedf32f07a84ed8885ea0 /mbone | |
parent | Find the tcl library files in /usr/libdata/tcl . (diff) |
Install manpage in /usr/X11R6/man/man1, not /usr/X11R6/man.
Notes
Notes:
svn path=/head/; revision=4330
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/vic/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/vic/files/patch-aa b/mbone/vic/files/patch-aa index 7a572e638cf6..f4d9df8a763f 100644 --- a/mbone/vic/files/patch-aa +++ b/mbone/vic/files/patch-aa @@ -489,3 +489,14 @@ exit 0 ;; -help | --help | --hel | --he | --h) echo "\$ac_cs_usage"; exit 0 ;; +--- ./Makefile.in.org Mon Jul 22 09:32:53 1996 ++++ ./Makefile.in Wed Nov 6 23:30:05 1996 +@@ -303,7 +303,7 @@ + chown bin @prefix@/bin/vic + chgrp bin @prefix@/bin/vic + chmod 555 @prefix@/bin/vic +- cp vic.1 @prefix@/man/vic.1 ++ cp vic.1 @prefix@/man/man1/vic.1 + cp histtolut @prefix@/bin/histtolut + chown bin @prefix@/bin/histtolut + chgrp bin @prefix@/bin/histtolut |