RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/textproc/libiconv/Portfile,v
retrieving revision 1.19
diff -u -r1.19 Portfile
|
|
|
16 | 16 | http://wuarchive.wustl.edu/mirrors/gnu/${portname}/ |
17 | 17 | checksums md5 0c99a05e0c3c153bac1c960f78711155 |
18 | 18 | |
19 | | post-patch { reinplace "s|/doc/libiconv|/share/doc/libiconv|g" \ |
20 | | ${worksrcpath}/man/Makefile.in } |
21 | | |
22 | 19 | pre-install { system "install -o root -m 755 -d \ |
23 | 20 | ${destroot}${prefix}/share/doc/libiconv" } |
24 | 21 | |
| 22 | configure.args --mandir=${destroot}${prefix}/man |
25 | 23 | set install.destroot prefix=${destroot}${prefix} |