Commits
Jan Starý authored and Clemens Lang committed d7c01b785b5
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 man |
6 6 | version 1.6g |
7 7 | revision 1 |
8 8 | categories sysutils |
9 9 | platforms darwin |
10 10 | maintainers nomaintainer |
11 - | conflicts man2html mandoc |
11 + | conflicts mandoc |
12 12 | license GPL-2 |
13 13 | description The man page suite containing man, apropos, whatis, man2html |
14 14 | long_description The man page suite (man, apropos, and whatis) contains \ |
15 15 | programs used to read most of the documentation on a Unix \ |
16 16 | system. The whatis and apropos programs are used to find \ |
17 17 | documentation related to a particular subject. |
18 18 | |
19 19 | homepage http://primates.ximian.com/~flucifredi/man/ |
20 20 | master_sites ${homepage} |
21 21 | patchfiles patch-configure \ |