Ticket #12455: imajes-ncurses.diff
File imajes-ncurses.diff, 862 bytes (added by afb@…, 17 years ago) |
---|
-
devel/ncurses/Portfile
5 5 name ncurses 6 6 version 5.6 7 7 categories devel 8 platforms darwin freebsd 8 platforms darwin freebsd linux 9 9 maintainers imajes@macports.org 10 10 description emulation of curses in System V Release 4.0 11 11 long_description \ … … 51 51 destroot.env-append LD_LIBRARY_PATH=${prefix}/lib 52 52 } 53 53 54 platform linux { 55 configure.args-delete --without-progs 56 post-destroot { 57 system "cd ${worksrcpath}/progs && make uninstall DESTDIR=${destroot}" 58 delete ${destroot}${prefix}/bin/tack 59 } 60 } 61 54 62 livecheck.check regex 55 63 livecheck.url http://ftp.gnu.org/gnu/${name}/?M=D 56 64 livecheck.regex ${name}-(\\d+\\.\\d+)