Ticket #47308: mandoc.diff

File mandoc.diff, 1.2 KB (added by grimreaper (Eitan Adler), 9 years ago)

the diff!

  • mandoc/Portfile

     
     1# $Id$
     2
     3PortSystem 1.0
     4
     5name            mandoc
     6version         1.13.3
     7categories      textproc
     8license         ISC
     9maintainers     eitanadler.com:lists openmaintainer
     10description     The mandoc UNIX manpage compiler toolset
     11homepage        http://mdocml.bsd.lv/
     12platforms       darwin freebsd openbsd
     13
     14long_description mandoc is a suite of tools compiling mdoc, the roff macro language of choice for BSD manual pages, and man, the predominant historical language for UNIX manuals.
     15
     16master_sites    http://mdocml.bsd.lv/snapshots/
     17
     18distname    mdocml-${version}
     19checksums       rmd160  47d1096708b45b15d8f198404fd6608d164bb66a \
     20            sha256  23ccab4800d50bf4c327979af5d4aa1a6a2dc490789cb67c4c3ac1bd40b8cad8
     21
     22depends_lib port:sqlite3
     23
     24post-patch {
     25    reinplace   "s,/usr/local,$prefix,g" configure
     26    reinplace   "s,^MANDIR=,MANDIR=$prefix/share/man," configure
     27}