most recent changes, diff for gsed
Index: textproc/gsed/Portfile
--- textproc/gsed/Portfile (revision 36618)
+++ textproc/gsed/Portfile (revision 36619)
@@ -36,6 +36,8 @@
--mandir=${prefix}/share/man \
--program-prefix=g
+use_parallel_build yes
+
set docdir ${prefix}/share/doc/${my_name}-${version}
post-destroot {
@@ -54,8 +56,8 @@
variant with_default_names description {Install files without 'g' prefix} {
post-destroot {
foreach {d} {bin share/info share/man/man1} {
- foreach {a} [glob -nocomplain -directory ${destroot}${prefix}/${d} g*] {
- ln ${destroot}${prefix}/${d}/[string range [file tail ${a}] 1 end] ${a}
+ foreach {f} [glob -tails -directory ${destroot}${prefix}/${d} g*] {
+ ln -sf ${prefix}/${d}/${f} ${destroot}${prefix}/${d}/[string range ${f} 1 end]
}
}
}