34 | | configure { reinplace "s|MAN|MAN6|" ${worksrcpath}/Makefile |
35 | | reinplace "s|/usr/share|${prefix}/share|g" \ |
36 | | ${worksrcpath}/pathnames.h |
37 | | reinplace "s|/var/games|${prefix}/var/games|g" \ |
38 | | ${worksrcpath}/pathnames.h } |
| 35 | configure { |
| 36 | reinplace "s|MAN|MAN6|" ${worksrcpath}/Makefile |
| 37 | reinplace "s|/usr/share/games|${prefix}/share|g" ${worksrcpath}/pathnames.h |
| 38 | reinplace "s|/var/games|${prefix}/var/games|g" ${worksrcpath}/pathnames.h |
| 39 | } |
40 | | destroot { cd ${worksrcpath} |
41 | | xinstall -m 755 -d ${destroot}${prefix}/share/games/larn |
42 | | xinstall -m 755 -c larn ${destroot}${prefix}/bin |
43 | | xinstall -m 644 -c larn.6.gz ${destroot}${prefix}/share/man/man6 |
44 | | xinstall -m 644 -c datfiles/larn.help ${destroot}${prefix}/share/games/larn |
45 | | xinstall -m 644 -c datfiles/larnmaze ${destroot}${prefix}/share/games/larn |
46 | | destroot.keepdirs ${destroot}${prefix}/var/games/larn } |
| 41 | destroot { |
| 42 | xinstall -m 755 -d ${destroot}${prefix}/share/larn |
| 43 | xinstall -m 755 -c ${worksrcpath}/larn ${destroot}${prefix}/bin |
| 44 | xinstall -m 644 -c ${worksrcpath}/larn.6.gz ${destroot}${prefix}/share/man/man6 |
| 45 | xinstall -m 644 -c ${worksrcpath}/datfiles/larn.help ${destroot}${prefix}/share/larn |
| 46 | xinstall -m 644 -c ${worksrcpath}/datfiles/larnmaze ${destroot}${prefix}/share/larn |
| 47 | xinstall -m 775 -d ${destroot}${prefix}/var/games/larn |
| 48 | xinstall -m 660 -c /dev/null ${destroot}${prefix}/var/games/larn/lscore12.0 |
| 49 | xinstall -m 660 -c /dev/null ${destroot}${prefix}/var/games/larn/llog12.0 |
| 50 | } |
| 51 | No newline at end of file |