Changeset 28483
- Timestamp:
- 09/01/07 11:25:52 (15 months ago)
- Files:
-
- 1 modified
-
trunk/dports/archivers/sharutils/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/archivers/sharutils/Portfile
r28060 r28483 22 22 use_bzip2 yes 23 23 24 depends_lib port:gettext \ 25 port:libiconv 26 24 27 checksums md5 729c070d814d9c688489d88dd7fd3efb \ 25 28 sha1 0b8c1d54fdcf97a93aba079d342d1873a8fc423b \ 26 29 rmd160 6ef271d21ea41003ff13d6aef241c6a4fd4dc296 27 30 28 configure.args-append --mandir=${prefix}/share/man \29 --infodir=${prefix}/share/info \30 --disable-nls31 32 set docdir ${prefix}/share/doc/${name}-${version}33 34 31 post-destroot { 32 set docdir ${prefix}/share/doc/${name}-${version} 35 33 xinstall -d ${destroot}${docdir} 36 xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README THANKS TODO \ 37 ${destroot}${docdir} 38 } 39 40 variant nls description {Enable NLS support} { 41 depends_lib-append port:gettext \ 42 port:libiconv 43 44 configure.args-delete --disable-nls 45 46 post-destroot { 47 xinstall -m 0644 ${worksrcpath}/ABOUT-NLS ${destroot}${docdir} 48 } 34 xinstall -m 0644 -W ${worksrcpath} ABOUT-NLS AUTHORS COPYING ChangeLog NEWS README THANKS \ 35 TODO ${destroot}${docdir} 49 36 } 50 37 51 38 livecheck.check regex 52 livecheck.url http://ftp.gnu.org/gnu/sharutils/? M=D39 livecheck.url http://ftp.gnu.org/gnu/sharutils/?C=M&O=D 53 40 livecheck.regex REL-(\\d+(?:\\.\\d+)*) 54 41

