diff options
| author | fukachan <fukachan> | 2002-12-10 12:04:52 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-12-10 12:04:52 +0000 |
| commit | 4d22e01c81b228d4103d0407513e02cb2d155663 (patch) | |
| tree | 7d02bb73a4a04ae781a7b717fb36606695592a32 /img/dist/IM/Makefile.PL | |
| parent | 451f5fc29a94e13ec13c99d90ab9c748171fb829 (diff) | |
| download | fml8-im-142.tar.gz fml8-im-142.tar.bz2 fml8-im-142.zip | |
im-142im-142
Diffstat (limited to 'img/dist/IM/Makefile.PL')
| -rw-r--r-- | img/dist/IM/Makefile.PL | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/img/dist/IM/Makefile.PL b/img/dist/IM/Makefile.PL index adf82e11..9fd61227 100644 --- a/img/dist/IM/Makefile.PL +++ b/img/dist/IM/Makefile.PL @@ -2,7 +2,7 @@ ### ### Author: Internet Message Group <img@mew.org> ### Created: Apr 23, 1997 -### Revised: Apr 14, 2000 +### Revised: Nov 12, 2002 ### ### perl Makefile.PL ### make @@ -33,7 +33,7 @@ if (open(CONFIN, "configure.in")) { close(CONFIN); } -if ($Config{'osname'} ne 'MSWin32'){ +if ($Config{'osname'} ne 'MSWin32') { $prefix = "/usr/local"; $libdir = "\$exec_prefix/lib"; } else { @@ -134,9 +134,9 @@ WriteMakefile( # special rules sub MY::postamble { - my ($self) = shift; - my (@m); - if ($Config{'osname'} ne 'MSWin32'){ + my($self) = shift; + my(@m); + if ($Config{'osname'} ne 'MSWin32') { push (@m, qq{ prefix=$prefix exec_prefix=$prefix |
