1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Install manpage in /usr/X11R6/man/man1, not /usr/X11R6/man.

This commit is contained in:
Satoshi Asami 1996-11-07 07:37:35 +00:00
parent 77aec50355
commit 4e89b7baaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4330
2 changed files with 22 additions and 0 deletions

View File

@ -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

View File

@ -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