Changes between Initial Version and Version 4 of Ticket #2844


Ignore:
Timestamp:
Mar 24, 2016, 1:59:28 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2844

    • Property Status changed from new to closed
    • Property Summary changed from fondu port is installed without man pages to BUG: fondu is installed without man pages
    • Property Owner changed from darwinports-bugs@… to michaelm@…
    • Property Resolution changed from to duplicate
    • Property Port fondu added
  • Ticket #2844 – Description

    initial v4  
    33The following patch resolves the problem
    44
     5{{{
    56--- Makefile.Mac.org    Thu May 27 17:59:02 2004
    67+++ Makefile.Mac        Sun Feb 27 11:21:06 2005
     
    1920+       if [ ! -d $(mandir) ]; then mkdir $(mandir); fi
    2021+       cp fondu.1 ufond.1 showfond.1 dfont2res.1 tobin.1 frombin.1 lumper.1 $(mandir)
     22}}}