Changeset 98703


Ignore:
Timestamp:
Oct 13, 2012, 11:01:03 AM (12 years ago)
Author:
ryandesign@…
Message:

pathalizer: remove unnecessary directory creation in post-destroot; add more checksum types; license GPL (unknown version)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/pathalizer/Portfile

    r98702 r98703  
    1010platforms           darwin
    1111maintainers         nomaintainer
     12license             GPL
    1213
    1314description         visualize the paths most users take when browsing a website
     
    2122master_sites        sourceforge:project/pathalizer/pathalizer/${version}
    2223
    23 checksums           md5     7ef23977fc246dcdf332e4eec3111037
     24checksums           md5     7ef23977fc246dcdf332e4eec3111037 \
     25                    rmd160  d57da4a5487496487bc7fdeba2ff634ee906fa17 \
     26                    sha256  a64841b58d81a9736f47c796c9e9157189eb57204306291f64937c586783c25d
    2427
    2528depends_run         port:ghostscript \
     
    3942
    4043post-destroot {
    41     xinstall -m 755 -d ${destroot}${prefix}/etc
    4244    xinstall -m 644 ${filespath}/pathalizer.conf \
    4345        ${destroot}${prefix}/etc/pathalizer.conf.sample
Note: See TracChangeset for help on using the changeset viewer.