Ticket #3467: Portfile.diff

File Portfile.diff, 923 bytes (added by yves@…, 19 years ago)

portfile diff

  • Portfile

    old new  
    33PortSystem 1.0
    44name            aspell
    55version         0.60.2
    6 revision        1
     6revision        2
    77categories      textproc
    88maintainers     mij@opendarwin.org
    99description     Spell checker with better logic than ispell
     
    2525configure.env   LIBS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" \
    2626                CFLAGS="-I${prefix}/include"
    2727configure.args  --enable-dict-dir="${prefix}/share/aspell" \
    28                 --enable-compile-in-filters
     28                --enable-compile-in-filters --infodir=${prefix}/share/info
    2929
    30 post-destroot   { ui_msg "\nYou must install one of the language dictionaries after installing\nthis port in order for it to work.\n" }
     30post-destroot {
     31        file delete -force ${destroot}${prefix}/share/info/dir
     32}
     33post-install    { ui_msg "\nYou must install one of the language dictionaries after installing\nthis port in order for it to work.\n" }