Commits

Ryan Schmidt authored a2d7fca5f53
rhyme: Don't add DESTDIR to destroot.args again

MacPorts already does that for you.
No tags

textproc/rhyme/Portfile

Modified
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.\]+)/

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut