Ticket #10710: Portfile.diff

File Portfile.diff, 2.7 KB (added by aschenke@…, 18 years ago)

Portfile patch

  • Portfile

    old new  
    1 # $Id: Portfile,v 1.12 2006/08/04 05:43:27 markd Exp $
     1# $Id: $
    22
    33PortSystem 1.0
    44name            larn
    5 version         4.6.2-RELEASE
    6 revision        3
     5version             4.6.2
     6revision            4
    77categories      games
    88maintainers     aschenke@tampabay.rr.com
    99description     Text-based cavern exploring game
    10 long_description Larn is text-based fantasy role-playing game similar to Rogue, \
     10long_description    Larn is a text-based fantasy role-playing game similar to Rogue, \
    1111            Nethack, etc.
    1212platforms       darwin
    1313use_bzip2       yes
    1414master_sites    opendarwin
     15distname            ${name}-${version}-RELEASE
    1516checksums       md5 cea96f48caa057793f6bcaf3394ca388
    1617build.type      bsd
    1718build.args      LDADD+=-L${prefix}/lib\\ -lcompat\\ -lcurses
     
    3132
    3233depends_lib port:libcompat
    3334
    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 }
     35configure           {
     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                    }
    3940
    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 }
     41destroot            {
     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