Changeset 48158
- Timestamp:
- 03/15/09 09:39:44 (12 months ago)
- Files:
-
- 1 modified
-
trunk/dports/archivers/gnutar/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/archivers/gnutar/Portfile
r47880 r48158 41 41 } 42 42 43 variant with_default_names description {Install files without 'gnu' prefix} { 44 post-destroot { 45 foreach {d} {bin libexec share/info} { 46 foreach {f} [glob -tails -directory ${destroot}${prefix}/${d} gnu*] { 47 ln -sf ${prefix}/${d}/${f} ${destroot}${prefix}/${d}/[string range ${f} 3 end] 48 } 49 } 50 } 51 } 52 53 43 54 livecheck.check regex 44 55 livecheck.url http://ftp.gnu.org/gnu/tar/?C=M&O=D

