diff options
author | asami <asami@FreeBSD.org> | 1996-11-07 15:37:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-07 15:37:35 +0800 |
commit | bd80f4ca4126dbfcdfe2c7e9f8e932af104b12ca (patch) | |
tree | ce5f5603fd75c2787305320ef0794d1d5ec45744 /mbone/vic | |
parent | 6fa81abeecacf0e5574e826cc49fc2ffde5a0619 (diff) | |
download | freebsd-ports-gnome-bd80f4ca4126dbfcdfe2c7e9f8e932af104b12ca.tar.gz freebsd-ports-gnome-bd80f4ca4126dbfcdfe2c7e9f8e932af104b12ca.tar.zst freebsd-ports-gnome-bd80f4ca4126dbfcdfe2c7e9f8e932af104b12ca.zip |
Install manpage in /usr/X11R6/man/man1, not /usr/X11R6/man.
Diffstat (limited to 'mbone/vic')
-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 |