[MacPorts] #2844: BUG: fondu is installed without man pages

MacPorts noreply at macports.org
Thu Mar 24 06:59:29 PDT 2016


#2844: BUG: fondu is installed without man pages
------------------------+------------------------
  Reporter:  master@…   |      Owner:  michaelm@…
      Type:  defect     |     Status:  closed
  Priority:  Not set    |  Milestone:
 Component:  ports      |    Version:  1.0
Resolution:  duplicate  |   Keywords:
      Port:  fondu      |
------------------------+------------------------
Changes (by ryandesign@…):

 * port:   => fondu


Old description:

> fondu (/print/fondu) port is installed without man pages
>
> The following patch resolves the problem
>
> --- Makefile.Mac.org    Thu May 27 17:59:02 2004
> +++ Makefile.Mac        Sun Feb 27 11:21:06 2005
> @@ -17,6 +17,7 @@
>  CORE = /System/Library/Frameworks/CoreServices.framework/CoreServices
>
>  bindir = /usr/local/bin
> +mandir = /usr/local/share/man/man1
>
>  all: fondu ufond showfond dfont2res tobin frombin lumper setfondname
>
> @@ -52,3 +53,5 @@
>
>  install: all
>         cp fondu ufond showfond dfont2res tobin frombin lumper
> setfondname $(bindir)
> +       if [ ! -d $(mandir) ]; then mkdir $(mandir); fi
> +       cp fondu.1 ufond.1 showfond.1 dfont2res.1 tobin.1 frombin.1
> lumper.1 $(mandir)

New description:

 fondu (/print/fondu) port is installed without man pages

 The following patch resolves the problem

 {{{
 --- Makefile.Mac.org    Thu May 27 17:59:02 2004
 +++ Makefile.Mac        Sun Feb 27 11:21:06 2005
 @@ -17,6 +17,7 @@
  CORE = /System/Library/Frameworks/CoreServices.framework/CoreServices

  bindir = /usr/local/bin
 +mandir = /usr/local/share/man/man1

  all: fondu ufond showfond dfont2res tobin frombin lumper setfondname

 @@ -52,3 +53,5 @@

  install: all
         cp fondu ufond showfond dfont2res tobin frombin lumper setfondname
 $(bindir)
 +       if [ ! -d $(mandir) ]; then mkdir $(mandir); fi
 +       cp fondu.1 ufond.1 showfond.1 dfont2res.1 tobin.1 frombin.1
 lumper.1 $(mandir)
 }}}

--

-- 
Ticket URL: <https://trac.macports.org/ticket/2844#comment:4>
MacPorts <https://www.macports.org/>
Ports system for OS X


More information about the macports-tickets mailing list