Ticket #28906: gforth.diff

File gforth.diff, 675 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

proposed patch

  • Portfile

     
    33PortSystem 1.0
    44name             gforth
    55version          0.7.0
     6revision         1
    67categories       lang
    78maintainers      gmail.com:arto.bendiken
    89description      fast and portable implementation of the ANS Forth language
     
    2627
    2728use_parallel_build no
    2829
    29 destroot.destdir prefix=${destroot}${prefix} \
    30                  infodir=${destroot}${prefix}/share/info \
    31                  mandir=${destroot}${prefix}/share/man
    32 
    3330post-destroot {
    3431  file delete -force ${destroot}${prefix}/share/info/dir
    3532}