Ticket #12480: Portfile.diff

File Portfile.diff, 544 bytes (added by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez), 17 years ago)
  • Portfile

    old new  
    44
    55name                    spidermonkey
    66version                 1.60
     7revision                1
    78categories              lang
    89platforms               darwin
    910maintainers             nomaintainer@macports.org
     
    3031post-patch {
    3132        reinplace "s|__PREFIX__|${prefix}|g" \
    3233                ${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
    3338}
    3439
    3540use_configure   no