|
|
@ -981,7 +981,9 @@ build_this_package() { |
|
|
|
else # styles that include a make run |
|
|
|
if [ ! -f Makefile -a ! -f makefile -a \ |
|
|
|
-f Makefile.PL -a $runmkpl = 1 ]; then |
|
|
|
perl Makefile.PL ${plconfopt:-INSTALLDIRS=vendor} |
|
|
|
# always install into 'vendor' directory |
|
|
|
var_append plconfopt ' ' "INSTALLDIRS=vendor" |
|
|
|
perl Makefile.PL $plconfopt |
|
|
|
fi |
|
|
|
# |
|
|
|
if [ ! -f Makefile -a ! -f makefile -a \ |
|
|
|