#1554 closed defect (fixed)
graphics/pict2pdf portfile update for new manpage location
Reported by: | prahl@… | Owned by: | jkh@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: | pict2pdf |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hi,
This is a simple patch file that will update the pict2pdf portfile to put its man
files in the correct location.
I have also updated my email address.
Finally, this port will only build under macosx. pict2pdf is command line based and does not belong in aqua. I just left the platform as darwin, but this still seems wrong.
Thanks,
--- Portfile 14 Jan 2004 11:37:59 -0000 1.7 +++ Portfile 25 Feb 2004 03:28:01 -0000 @@ -4,7 +4,7 @@ name pict2pdf version 1.1 categories graphics -maintainers prahl@ece.ogi.edu +maintainers prahl@bme.ogi.edu description Vector-to-vector conversion of PICT files to PDF long_description \ pict2pdf converts files in Apple's PICT format to Adobe's PDF \ @@ -17,8 +17,8 @@ build.args PREFIX=${prefix} destroot { cd ${worksrcpath} system "install -m 755 -d ${destroot}${prefix}/bin" - system "install -m 755 -d ${destroot}${prefix}/man/man1" + system "install -m 755 -d ${destroot}${prefix}/share/man/man1" system "install -m 755 -c pict2pdf ${destroot}${prefix}/bin" system "install -m 644 -c pict2pdf.1 \ - ${destroot}${prefix}/man/man1" } + ${destroot}${prefix}/share/man/man1" }
Attachments (1)
Change History (3)
Changed 21 years ago by prahl@…
comment:1 Changed 21 years ago by toby@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Committed, Thanks!
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | pict2pdf added |
Note: See
TracTickets for help on using
tickets.
patch to place pict2pdf man files in proper place