? work
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/java/commons-digester/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
|
|
|
4 | 4 | |
5 | 5 | name commons-digester |
6 | 6 | version 1.6 |
| 7 | revision 1 |
7 | 8 | |
8 | 9 | categories java |
9 | 10 | maintainers james@jberry.us |
… |
… |
|
33 | 34 | -Dcommons-beanutils.jar=${prefix}/share/java/commons-beanutils.jar \ |
34 | 35 | -Dcommons-collections.jar=${prefix}/share/java/commons-collections.jar \ |
35 | 36 | -Dcommons-logging.jar=${prefix}/share/java/commons-logging.jar |
| 37 | |
| 38 | post-build { |
| 39 | # Secondary ant build to build the digester rss jar |
| 40 | system "cd ${worksrcpath}/src/examples/rss && ant ${build.args} \ |
| 41 | -Ddigester.home=${worksrcpath} dist" |
| 42 | } |
36 | 43 | |
37 | 44 | destroot { |
38 | 45 | xinstall -m 755 -d ${destroot}${prefix}/share/java \ |
39 | 46 | ${destroot}${prefix}/share/doc |
40 | 47 | xinstall -m 644 ${worksrcpath}/dist/commons-digester.jar \ |
| 48 | ${worksrcpath}/src/examples/rss/dist/commons-digester-rss.jar \ |
41 | 49 | ${destroot}${prefix}/share/java/ |
42 | 50 | file copy ${worksrcpath}/dist/docs ${destroot}${prefix}/share/doc/${name} |
43 | 51 | } |