Ticket #51812: Portfile-nawk.diff

File Portfile-nawk.diff, 479 bytes (added by larryv (Lawrence Velázquez), 8 years ago)

disable parallel builds and revbump

  • dports/lang/nawk/Portfile

    diff --git a/dports/lang/nawk/Portfile b/dports/lang/nawk/Portfile
    index 7e16848..3f12343 100644
    a b  
    33PortSystem 1.0
    44name             nawk
    55version          20121220
     6revision         1
    67categories       lang
    78license          BSD
    89maintainers      toby
    configure { 
    2627        reinplace s|__CC__|${configure.cc}| ${worksrcpath}/makefile
    2728}
    2829
     30use_parallel_build no
    2931build.target
    3032
    3133destroot {