Ticket #12480: Portfile.diff
File Portfile.diff, 544 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago) |
---|
-
Portfile
old new 4 4 5 5 name spidermonkey 6 6 version 1.60 7 revision 1 7 8 categories lang 8 9 platforms darwin 9 10 maintainers nomaintainer@macports.org … … 30 31 post-patch { 31 32 reinplace "s|__PREFIX__|${prefix}|g" \ 32 33 ${worksrcpath}/Makefile.ref 34 reinplace "s|__USER__|${install.user}|g" \ 35 ${worksrcpath}/Makefile.ref 36 reinplace "s|__GROUP__|${install.group}|g" \ 37 ${worksrcpath}/Makefile.ref 33 38 } 34 39 35 40 use_configure no