diff -urN todotxt.orig/Portfile todotxt/Portfile
old
|
new
|
|
5 | 5 | PortGroup github 1.0 |
6 | 6 | |
7 | 7 | github.setup ginatrapani todo.txt-cli 2.9 v |
8 | | revision 1 |
| 8 | revision 2 |
9 | 9 | name todotxt |
10 | 10 | categories office |
11 | 11 | license GPL |
… |
… |
|
37 | 37 | reinplace "s|TODO_DIR=`dirname \"\$0\"`|TODO_DIR=\"\$HOME\"/.todo|" ${worksrcpath}/todo.cfg |
38 | 38 | } |
39 | 39 | |
40 | | notes "Copy the default configuration file from ${prefix}/etc/todo.cfg-dist \ |
| 40 | notes "Copy the default configuration file from ${prefix}/share/todotxt/todo.cfg-dist \ |
41 | 41 | to ~/.todo/config and customize it." |
| 42 | |