Ticket #12950: Portfile.20090310.1655.patch
File Portfile.20090310.1655.patch, 1.2 KB (added by ghosthound, 16 years ago) |
---|
-
Portfile
5 5 6 6 name perl5.8 7 7 version 5.8.9 8 revision 28 revision 3 9 9 categories lang 10 10 platforms darwin freebsd linux 11 11 maintainers ricci openmaintainer … … 27 27 sha1 19843b5a7585cf35d96c07dbcd419bbdd5813617 \ 28 28 rmd160 680004238d626ec985075e1b4519b7f0b34f57e5 29 29 30 patchfiles patch-perl.c.diff 31 30 32 post-patch { 31 33 reinplace "s|/opt/local|${prefix}|g" ${worksrcpath}/Configure 32 34 # Ensure that the ld value set in configure.args is used … … 44 46 -D cppflags="\${CPPFLAGS}" \ 45 47 -D ldflags="\${LDFLAGS}" \ 46 48 -D vendorprefix='${prefix}' \ 49 -D man1ext='1pm' \ 47 50 -D man3ext='3pm' \ 48 51 -D cc=\${CC} \ 49 -D ld=\${CC} 52 -D ld=\${CC} \ 53 -D man1dir='${prefix}/share/man/man1p' \ 54 -D man3dir='${prefix}/share/man/man3p' \ 55 -D siteman1dir='${prefix}/share/man/man1' \ 56 -D siteman3dir='${prefix}/share/man/man3' \ 57 -D vendorman1dir='${prefix}/share/man/man1' \ 58 -D vendorman3dir='${prefix}/share/man/man3' 50 59 51 60 # Allow perl to find p5-* port installed by the last version 52 61 if { [variant_isset threads] } {