Ticket #12555: patch-Portfile.diff
File patch-Portfile.diff, 873 bytes (added by cssdev, 17 years ago) |
---|
-
Portfile
3 3 PortSystem 1.0 4 4 name hrsh2csv 5 5 version 1.3 6 revision 1 6 7 description converts Hours pdb files into CSV text files 7 8 long_description Hours is a time-tracking utility for the PalmOS. \ 8 9 This utility converts Hours for PalmOS database files into \ … … 16 17 17 18 use_configure no 18 19 post-extract { 19 reinplace "s|-O2 -D__MAC2PC_CONVERSION__|-O2|" ${worksrcpath}/Makefile20 20 reinplace "s|prefix = /usr/local|prefix = ${destroot}${prefix}|" ${worksrcpath}/Makefile 21 21 } 22 23 # For PowerPC, remove the endian conversion since PDBs are big endian. 24 platform powerpc { 25 reinplace "s|-O2 -D__MAC2PC_CONVERSION__|-O2|" ${worksrcpath}/Makefile 26 } 27 22 28 destroot.args mandir=${destroot}${prefix}/share/man/man1 23 29