Opened 20 years ago

Last modified 8 years ago

#1554 closed defect

graphics/pict2pdf portfile update for new manpage location — at Initial Version

Reported by: prahl@… Owned by: jkh@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: pict2pdf

Description

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@… +maintainers prahl@…

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" }

Change History (1)

Changed 20 years ago by prahl@…

Attachment: patch added

patch to place pict2pdf man files in proper place

Note: See TracTickets for help on using tickets.