Commits
Ryan Schmidt authored a2d7fca5f53
30 30 | |
31 31 | configure.cppflags-append \ |
32 32 | -I${prefix}/include/readline |
33 33 | |
34 34 | use_parallel_build no |
35 35 | build.args-append PREFIX=${prefix} \ |
36 36 | CC=${configure.cc} \ |
37 37 | FLAGS="${configure.cflags} [get_canonical_archflags cc]" \ |
38 38 | INCLUDES="${configure.cppflags}" |
39 39 | |
40 - | destroot.args-append DESTDIR=${destroot} \ |
41 - | PREFIX=${prefix} |
40 + | destroot.args-append PREFIX=${prefix} |
42 41 | |
43 42 | livecheck.type regex |
44 43 | livecheck.url http://sourceforge.net/projects/$name/files/$name/ |
45 44 | livecheck.regex /${name}/(\[0-9.\]+)/ |