? patch
? work
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/graphics/pict2pdf/Portfile,v
retrieving revision 1.7
diff -u -r1.7 Portfile
|
|
|
4 | 4 | name pict2pdf |
5 | 5 | version 1.1 |
6 | 6 | categories graphics |
7 | | maintainers prahl@ece.ogi.edu |
| 7 | maintainers prahl@bme.ogi.edu |
8 | 8 | description Vector-to-vector conversion of PICT files to PDF |
9 | 9 | long_description \ |
10 | 10 | pict2pdf converts files in Apple's PICT format to Adobe's PDF \ |
… |
… |
|
17 | 17 | build.args PREFIX=${prefix} |
18 | 18 | destroot { cd ${worksrcpath} |
19 | 19 | system "install -m 755 -d ${destroot}${prefix}/bin" |
20 | | system "install -m 755 -d ${destroot}${prefix}/man/man1" |
| 20 | system "install -m 755 -d ${destroot}${prefix}/share/man/man1" |
21 | 21 | system "install -m 755 -c pict2pdf ${destroot}${prefix}/bin" |
22 | 22 | system "install -m 644 -c pict2pdf.1 \ |
23 | | ${destroot}${prefix}/man/man1" } |
| 23 | ${destroot}${prefix}/share/man/man1" } |
24 | 24 | |