Update of mhonarc/MHonArc
Modified Files:
CHANGES Makefile.PL
Log Message:
Bug #23198: Applied patch provided in item so -binpath and -manpath
are used when INSTALLSCRIPT and INSTALLMAN1DIR are used.
======================================================================
FILE: mhonarc/MHonArc/CHANGES
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/CHANGES?rev=1.148>
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/CHANGES.diff?r1=1.147&r2=1.148&diff_format=h>
--- CHANGES 31 Dec 2010 21:36:59 -0000 1.147
+++ CHANGES 1 Jan 2011 00:56:12 -0000 1.148
@@ -34,4 +34,5 @@
17904 FieldOrder affects AddressModifyCode
18113 Inconsistant thread slices w/ poor man's windowing
+ 23198 Incorrect Setting Installation Directory
24247 iso2022jp.pl: unneeded ESC ( B remains in message body
25225 dir_create() fails to make temporary directories (PATCH)
======================================================================
FILE: mhonarc/MHonArc/Makefile.PL
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/Makefile.PL?rev=1.15>
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/Makefile.PL.diff?r1=1.14&r2=1.15&diff_format=h>
--- Makefile.PL 4 Jan 2003 04:44:21 -0000 1.14
+++ Makefile.PL 1 Jan 2011 00:56:12 -0000 1.15
@@ -23,5 +23,5 @@
"-prefix $vars{'PREFIX'}" : "";
my $opt_binpath = defined($vars{'INSTALLSCRIPT'}) ?
- "-prefix $vars{'INSTALLSCRIPT'}" : "";
+ "-binpath $vars{'INSTALLSCRIPT'}" : "";
my $opt_libpath = defined($vars{'LIB'}) ?
"-libpath $vars{'LIB'}" :
@@ -31,5 +31,5 @@
"-libpath $vars{'INSTALLPRIVLIB'}" : "";
my $opt_manpath = defined($vars{'INSTALLMAN1DIR'}) ?
- "-prefix $vars{'INSTALLMAN1DIR'}" : "";
+ "-manpath $vars{'INSTALLMAN1DIR'}" : "";
$opt_manpath =~ s/man1$//;
---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS