Ticket #3467: Portfile.diff
File Portfile.diff, 923 bytes (added by yves@…, 19 years ago) |
---|
-
Portfile
old new 3 3 PortSystem 1.0 4 4 name aspell 5 5 version 0.60.2 6 revision 16 revision 2 7 7 categories textproc 8 8 maintainers mij@opendarwin.org 9 9 description Spell checker with better logic than ispell … … 25 25 configure.env LIBS="-L${prefix}/lib" CPPFLAGS="-I${prefix}/include" \ 26 26 CFLAGS="-I${prefix}/include" 27 27 configure.args --enable-dict-dir="${prefix}/share/aspell" \ 28 --enable-compile-in-filters 28 --enable-compile-in-filters --infodir=${prefix}/share/info 29 29 30 post-destroot { ui_msg "\nYou must install one of the language dictionaries after installing\nthis port in order for it to work.\n" } 30 post-destroot { 31 file delete -force ${destroot}${prefix}/share/info/dir 32 } 33 post-install { ui_msg "\nYou must install one of the language dictionaries after installing\nthis port in order for it to work.\n" }