Commits
Frank Schima authored and Schima committed 267addd5771
1 1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | |
5 5 | name whatmask |
6 6 | version 1.2 |
7 + | revision 1 |
7 8 | platforms darwin |
8 9 | categories net |
9 10 | license GPL-2+ |
10 11 | maintainers nomaintainer |
11 12 | |
12 13 | description Easily convert between three common subnet mask notations |
13 14 | long_description \ |
14 15 | Notations supported:\n\ |
15 16 | \n\ |
16 17 | Name\t\t\tExample\n\ |
32 33 | master_sites http://downloads.laffeycomputer.com/current_builds/whatmask/ |
33 34 | |
34 35 | checksums md5 26aeff74dbba70262ccd426e681dcf4a \ |
35 36 | rmd160 5863edc9fe0e3f98b5ff03e79117e44080e58033 \ |
36 37 | sha256 7dca0389e22e90ec1b1c199a29838803a1ae9ab34c086a926379b79edb069d89 \ |
37 38 | size 170183 |
38 39 | |
39 40 | configure.args --mandir=${prefix}/share/man |
40 41 | |
41 42 | post-destroot { |
42 - | xinstall -m 755 ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/ |
43 + | xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} |
44 + | xinstall -m 755 ${worksrcpath}/COPYING ${destroot}${prefix}/share/doc/${name} |
43 45 | } |