Ticket #40205: patch-globus-core-perldir.diff

File patch-globus-core-perldir.diff, 452 bytes (added by dennisvd@…, 11 years ago)

patch file referred to in the Portfile

  • globus_core-8.

    old new  
    8989    perlmoduledir=$withval
    9090],
    9191[
    92     perlmoduledir='${prefix}/lib/perl'
     92    if test -x ${prefix}/bin/perl ; then
     93        perlmoduledir=`${prefix}/bin/perl -V:installvendorlib | cut -d\' -f 2`
     94    else
     95        perlmoduledir='${prefix}/lib/perl'
     96    fi
    9397])
    9498AC_SUBST(perlmoduledir)
    9599