Changeset 77671 for trunk/dports


Ignore:
Timestamp:
Apr 8, 2011, 8:04:19 AM (13 years ago)
Author:
ryandesign@…
Message:

xmlstarlet: fix usage message in manpage; indicate license; install doc files

Location:
trunk/dports/textproc/xmlstarlet
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/textproc/xmlstarlet/Portfile

    r77670 r77671  
    55name                xmlstarlet
    66version             1.1.0
     7revision            1
    78categories          textproc
    89maintainers         nomaintainer
     10license             MIT
     11
    912description         xml command line utilities
    1013long_description    XMLStarlet is a set of command line utilities (tools) to \
     
    2225
    2326depends_lib         port:libxml2 port:libxslt port:libiconv
     27
     28patchfiles          patch-doc-xmlstarlet.1.diff
     29
    2430configure.args      --with-libxml-prefix=${prefix} \
    2531                    --with-libxslt-prefix=${prefix} \
     
    2834                    --program-transform-name=s/xml$/${name}/
    2935
     36post-destroot {
     37    set docdir ${destroot}${prefix}/share/doc/${name}
     38    xinstall -d ${docdir}
     39    xinstall -m 644 -W ${worksrcpath} \
     40        AUTHORS \
     41        COPYING \
     42        NEWS \
     43        README \
     44        TODO \
     45        doc/xmlstarlet-ug.pdf \
     46        doc/xmlstarlet.pdf \
     47        ${docdir}
     48}
     49
    3050livecheck.regex     <title>${name} (.*) released.*</title>
Note: See TracChangeset for help on using the changeset viewer.