Ticket #6031: contacts.patch
File contacts.patch, 694 bytes (added by meissnem@…, 19 years ago) |
---|
-
Portfile
old new 17 17 distname ${name}${version} 18 18 extract.suffix .tgz 19 19 checksums md5 37b6a6a0312dabc4ad2ddd8805f93e12 20 patchfiles patch-Makefile21 20 22 use_configure no 21 PortGroup xcode 1.0 22 xcode.target contacts 23 xcode.destroot.path ${prefix}/bin 23 24 24 destroot.destdir man=${destroot}${prefix}/share/man/man1 \ 25 bin=${destroot}${prefix}/bin 25 post-patch { 26 reinplace "s|/usr/share|${prefix}/share|g" ${worksrcpath}/${name}.pbproj/project.pbxproj 27 } 28 29 variant middle_name { 30 patchfiles middle-name.diff 31 }