Ticket #4243: Portfile.diff
File Portfile.diff, 648 bytes (added by ben@…, 19 years ago) |
---|
-
Portfile
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/netpbm/Portfile,v retrieving revision 1.8 diff -u -d -b -w -r1.8 Portfile
29 29 sed -e '/@PREFIX@/s@@${prefix}@' >Makefile.config"; 30 30 } 31 31 32 platform darwin 8 { 33 configure { 34 system "cd ${worksrcpath} && 35 cat Makefile.config.in ${filespath}/Makefile.config.darwin8 | 36 sed -e '/@PREFIX@/s@@${prefix}@' >Makefile.config"; 37 } 38 } 39 32 40 build.target "messages=yes" 33 41 34 42 destroot {