Ticket #47229: all-the-nits.diff

File all-the-nits.diff, 23.8 KB (added by grimreaper (Eitan Adler), 9 years ago)
  • audio/mp3_check/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name             mp3_check
    67version          1.98
     8revision         1
    79categories       audio
    810license          GPL-2
    911maintainers      nomaintainer
    build.env CC="${configure.cc}" \ 
    3032                 CFLAGS="${configure.cflags} ${configure.cc_archflags}"
    3133
    3234destroot {
    33         xinstall -m 555 ${worksrcpath}/mp3_check \
     35        xinstall -m 755 ${worksrcpath}/mp3_check \
    3436                ${destroot}${prefix}/bin
    3537
    3638        xinstall -d ${destroot}${prefix}/share/doc/mp3_check
  • benchmarks/iozone/Portfile

    PortSystem 1.0 
    55
    66name             iozone
    77version          3.427
     8revision         1
    89categories       benchmarks
    910platforms        darwin
    1011license          Restrictive/Distributable GPL-2+
    build.args CC=${configure.cc} \ 
    3435                 LDFLAGS="${configure.ld_archflags}"
    3536
    3637destroot {
    37     xinstall -m 555 ${worksrcpath}/iozone ${worksrcpath}/fileop \
     38    xinstall -m 755 ${worksrcpath}/iozone ${worksrcpath}/fileop \
    3839                    ${destroot}${prefix}/bin
    3940    xinstall -m 444 ${worksrcpath}/../../docs/iozone.1 ${destroot}${prefix}/share/man/man1
    4041    xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
  • benchmarks/nbench-byte/Portfile

    PortSystem 1.0 
    55
    66name             nbench-byte
    77version          2.2.3
     8revision         1
    89categories       benchmarks
    910maintainers      nomaintainer
    1011description      Linux/Unix port of BYTEmark
    build.target 
    2627build.args       CC=${configure.cc}
    2728
    2829destroot {
    29     xinstall -m 555 ${worksrcpath}/nbench ${destroot}${prefix}/bin
     30    xinstall -m 755 ${worksrcpath}/nbench ${destroot}${prefix}/bin
    3031    file mkdir ${destroot}${prefix}/share/nbench
    3132    xinstall -m 444 ${worksrcpath}/NNET.DAT ${destroot}${prefix}/share/nbench
    3233    xinstall -m 444 ${worksrcpath}/README ${destroot}${prefix}/share/nbench
  • devel/cvsdiff2patch/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name                    cvsdiff2patch
    67version                 1.0.1
     8revision        1
    79categories              devel
    810license                 BSD
    911maintainers             nomaintainer
    build.type bsd 
    2325
    2426# Override Makefile destroot target
    2527destroot {
    26         system "install -c -s -m 555  ${worksrcpath}/cvsdiff2patch ${destroot}${prefix}/bin"
     28        system "install -c -s -m 755  ${worksrcpath}/cvsdiff2patch ${destroot}${prefix}/bin"
    2729}
  • games/cursive/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem       1.0
    PortSystem 1.0 
    45
    56name             cursive
    67version          1.0
    7 revision         1
     8revision         2
    89distname         ${name}
    910extract.suffix   .tgz
    1011categories       games textproc
    use_configure no 
    3132build.target     lcursive
    3233
    3334destroot {
    34     xinstall -m 555 ${worksrcpath}/lcursive ${destroot}${prefix}/bin/cursive
     35    xinstall -m 755 ${worksrcpath}/lcursive ${destroot}${prefix}/bin/cursive
    3536    xinstall -m 444 ${worksrcpath}/cursive.6 ${destroot}${prefix}/share/man/man6
    3637}
  • games/geekcode/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name            geekcode
    67version         1.7.3
     8revision        1
    79categories      games
    810license         GPL-2+
    911maintainers     nomaintainer
    checksums md5 b794916a8875f71f1442f6e70432d6de 
    1820use_configure   no
    1921
    2022destroot {
    21         xinstall -m 555 ${worksrcpath}/geekcode ${destroot}${prefix}/bin
     23        xinstall -m 755 ${worksrcpath}/geekcode ${destroot}${prefix}/bin
    2224}
  • games/ski/Portfile

    PortSystem 1.0 
    55
    66name                ski
    77version             6.5
    8 revision            2
     8revision            3
    99categories          games python
    1010platforms           darwin
    1111license             GPL-2
    post-patch { 
    4545use_configure       no
    4646
    4747destroot {
    48     xinstall -m 555 ${worksrcpath}/ski ${destroot}${prefix}/bin
     48    xinstall -m 755 ${worksrcpath}/ski ${destroot}${prefix}/bin
    4949    xinstall -m 444 ${worksrcpath}/ski.6 ${destroot}${prefix}/share/man/man6
    5050}
  • games/vms-empire/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem       1.0
    PortSystem 1.0 
    45
    56name             vms-empire
    67version          1.7
    7 revision         1
     8revision         2
    89categories       games
    910license          Copyleft
    1011maintainers      nomaintainer
    use_configure no 
    2930build.args       LIBS="-L${prefix}/lib -lncurses"
    3031
    3132destroot {
    32     xinstall -m 555 ${worksrcpath}/${name} \
     33    xinstall -m 755 ${worksrcpath}/${name} \
    3334        ${destroot}${prefix}/bin
    3435    xinstall -m 444 ${worksrcpath}/${name}.6 \
    3536        ${destroot}${prefix}/share/man/man6
  • games/wtf/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name        wtf
    67version     20130810
     8revision    1
    79categories  games
    810license     public-domain
    911maintainers nomaintainer
    build { 
    2527}
    2628
    2729destroot {
    28     xinstall -m 555 -W ${worksrcpath} wtf ${destroot}${prefix}/bin
     30    xinstall -m 755 -W ${worksrcpath} wtf ${destroot}${prefix}/bin
    2931    xinstall -m 444 -W ${worksrcpath} wtf.6 ${destroot}${prefix}/share/man/man6
    3032
    3133    xinstall -d ${destroot}${prefix}/share/misc
  • irc/thirdeye/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name            thirdeye
    67version         1.72
     8revision        1
    79categories      irc
    810maintainers     nomaintainer
    911description     Colorful and effective script for the epic irc client
    destroot { system "install -m 755 -d \ 
    3133#                 system "chown -R root ${destroot}${prefix}/share/thirdeye"
    3234                  system "chmod -R +r ${destroot}${prefix}/share/thirdeye/*"
    3335                  system "install -m 755 -d ${destroot}${prefix}/bin"
    34                   system "install -m 555 -c \
     36                  system "install -m 755 -c \
    3537                    ${portpath}/files/thirdeye.sh ${destroot}${prefix}/bin/thirdeye"
    3638                  reinplace "s|__PREFIX|${prefix}|g" \
    3739                    ${destroot}${prefix}/bin/thirdeye }
  • lang/jikespg/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name            jikespg
    67version         1.3
     8revision        1
    79categories      lang java devel
    810maintainers     nomaintainer
    911license         IBMPL-1
    configure { 
    2628}
    2729
    2830destroot        {
    29         system "cd ${worksrcpath} && install -m 555 \
     31        system "cd ${worksrcpath} && install -m 755 \
    3032                ${name} ${destroot}${prefix}/bin/"
    3133}
  • lang/smlnj/Portfile

    PortSystem 1.0 
    55
    66name                smlnj
    77version             110.77
     8revision            1
    89categories          lang ml
    910license             BSD
    1011maintainers         bfulgham
    destroot { 
    104105    file copy ${worksrcpath}/bin ${destroot}${smlnj_home}
    105106    file copy ${worksrcpath}/lib ${destroot}${smlnj_home}
    106107
    107     xinstall -m 555 ${filespath}/sml.sh ${destroot}${prefix}/bin/sml
     108    xinstall -m 755 ${filespath}/sml.sh ${destroot}${prefix}/bin/sml
    108109    reinplace "s|__SMLNJ_HOME__|${smlnj_home}|g" \
    109110        ${destroot}${prefix}/bin/sml
    110111
  • net/aget/Portfile

    PortSystem 1.0 
    55
    66name                aget
    77version             0.4.1
     8revision            1
    89categories          net
    910platforms           darwin
    1011maintainers         nomaintainer
    variant universal {} 
    3435build.args          CC="${configure.cc} [get_canonical_archflags]"
    3536
    3637destroot {
    37     xinstall -s -m 555 ${worksrcpath}/aget ${destroot}${prefix}/bin
     38    xinstall -s -m 755 ${worksrcpath}/aget ${destroot}${prefix}/bin
    3839}
    3940
    4041livecheck.type      regex
  • net/ddclient/Portfile

    PortSystem 1.0 
    55
    66name                ddclient
    77version             3.8.2
     8revision            1
    89platforms           darwin
    910categories          net
    1011license             GPL
    destroot { 
    4546        reinplace "s|/var/run|${prefix}/var/run|" \
    4647            ${destroot}${prefix}/etc/${name}/ddclient.conf.sample
    4748
    48         xinstall -m 555 ${worksrcpath}/${name} ${destroot}${prefix}/sbin
     49        xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/sbin
    4950        xinstall -d ${destroot}${prefix}/share/doc/${name}
    5051
    5152        eval file copy [glob ${worksrcpath}/sample-*] \
  • net/ipsvd/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name             ipsvd
    67version          1.0.0
    7 revision         1
     8revision         2
    89categories       net
    910license          BSD
    1011maintainers      nomaintainer
    test.target check 
    3536
    3637destroot {
    3738        foreach app {ipsvd-cdb tcpsvd udpsvd} {
    38                 xinstall -m 555 ${build.dir}/${app} \
     39                xinstall -m 755 ${build.dir}/${app} \
    3940                        ${destroot}${prefix}/sbin
    4041                xinstall -m 444 ${worksrcpath}/man/${app}.8 \
    4142                        ${destroot}${prefix}/share/man/man8
  • net/mudix/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name                    mudix
    67version                 4.3
    7 revision                6
     8revision                7
    89categories              net games
    910license                 BSD
    1011platforms               darwin
    platform darwin 10 { 
    4142}
    4243
    4344destroot {
    44     xinstall -m 555 -W ${worksrcpath} mudix ${destroot}${prefix}/bin
     45    xinstall -m 755 -W ${worksrcpath} mudix ${destroot}${prefix}/bin
    4546    xinstall -m 755 -d ${destroot}${prefix}/share/${name}
    4647    xinstall -m 644 sample.usr README ${destroot}${prefix}/share/${name}
    4748}
  • net/nsping/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name                    nsping
    67version                 0.8
    7 revision                3
     8revision                4
    89categories              net
    910license                 GPL-1
    1011maintainers             nomaintainer
    build.args CPPFLAGS="-DBIND_8_COMPAT" 
    3233                        CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \
    3334                        LDFLAGS="[get_canonical_archflags ld]"
    3435build.target
    35 destroot                { xinstall -m 555 -W ${worksrcpath} nsping ${destroot}${prefix}/bin
     36destroot                { xinstall -m 755 -W ${worksrcpath} nsping ${destroot}${prefix}/bin
    3637                          xinstall -m 644 -c -W ${worksrcpath} nsping.8 ${destroot}${prefix}/share/man/man8 }
    3738
    3839if {${os.platform} eq "darwin" && ${os.major} >= 10} {
  • net/rabbitmq-server/Portfile

    PortSystem 1.0 
    55
    66name                rabbitmq-server
    77version             3.1.5
    8 revision            1
     8revision            2
    99categories          net
    1010platforms           darwin
    1111license             MPL-1.1 MIT Apache-2
    post-destroot { 
    100100    reinplace -E "s:^SYS_PREFIX=$:SYS_PREFIX=${prefix}:" \
    101101        ${realsbin}/rabbitmq-defaults
    102102
    103     xinstall -m 555 ${filespath}/rabbitmq-script-wrapper \
     103    xinstall -m 755 ${filespath}/rabbitmq-script-wrapper \
    104104                ${wrappersbin}/rabbitmq-server
    105105    reinplace -E "s:@MACPORTS_PREFIX@:${prefix}:g" \
    106106                ${wrappersbin}/rabbitmq-server
  • net/tcptrace/Portfile

    PortSystem 1.0 
    55
    66name                tcptrace
    77version             6.6.7
     8revision            1
    89categories          net
    910platforms           darwin
    1011license             GPL
    post-configure { 
    3738destroot {
    3839    file mkdir ${destroot}${prefix}/bin
    3940    foreach f {tcptrace xpl2gpl} {
    40         xinstall -m 555 ${worksrcpath}/$f ${destroot}${prefix}/bin/
     41        xinstall -m 755 ${worksrcpath}/$f ${destroot}${prefix}/bin/
    4142    }
    4243    file mkdir ${destroot}${prefix}/share/man/man1
    4344    xinstall -m 444 ${worksrcpath}/tcptrace.man ${destroot}${prefix}/share/man/man1/tcptrace.1
  • net/tnftpd/Portfile

    PortSystem 1.0 
    55
    66name                tnftpd
    77version             20130325
     8revision            1
    89categories          net
    910license             BSD
    1011maintainers         snc openmaintainer
    use_autoconf yes 
    2627configure.args-append   --with-pam
    2728
    2829destroot {
    29     xinstall -m 555 ${worksrcpath}/src/${name} ${destroot}${prefix}/sbin/
     30    xinstall -m 755 ${worksrcpath}/src/${name} ${destroot}${prefix}/sbin/
    3031
    3132    xinstall -m 444 ${worksrcpath}/src/ftpd.conf.man ${destroot}${prefix}/share/man/man5/ftpd.conf.5
    3233    xinstall -m 444 ${worksrcpath}/src/ftpusers.man ${destroot}${prefix}/share/man/man5/ftpdusers.5
  • shells/ksh93/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
  • sysutils/buffer/Portfile

    PortSystem 1.0 
    55
    66name                    buffer
    77version                 1.19
     8revision                1
    89categories              sysutils
    910platforms               darwin
    1011maintainers             nomaintainer
    checksums md5 ef1f84473adb3bc287 
    3233patchfiles              buffer-patch
    3334
    3435destroot {
    35     xinstall -s -m 555 ${worksrcpath}/buffer ${destroot}${prefix}/bin
     36    xinstall -s -m 755 ${worksrcpath}/buffer ${destroot}${prefix}/bin
    3637    xinstall -m 444 ${worksrcpath}/buffer.man ${destroot}${prefix}/share/man/man1/buffer.1
    3738}
  • sysutils/dtach/Portfile

    PortSystem 1.0 
    55
    66name             dtach
    77version          0.8
     8revision         1
    89categories       sysutils
    910maintainers      nomaintainer
    1011description      program that emulates the detach feature of screen
    configure.distcc no 
    2425build.target
    2526
    2627destroot {
    27         xinstall -m 555 ${worksrcpath}/dtach ${destroot}${prefix}/bin
     28        xinstall -m 755 ${worksrcpath}/dtach ${destroot}${prefix}/bin
    2829        xinstall -m 444 ${worksrcpath}/dtach.1 ${destroot}${prefix}/share/man/man1
    2930}
  • sysutils/keychain/Portfile

    PortSystem 1.0 
    55
    66name            keychain
    77version         2.7.1
    8 revision        1
     8revision        2
    99categories      sysutils security
    1010license         GPL-2
    1111platforms       darwin freebsd
    use_configure no 
    3838build.cmd       true
    3939
    4040destroot {
    41     xinstall -m 555 ${worksrcpath}/keychain ${destroot}${prefix}/bin
     41    xinstall -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin
    4242    xinstall -m 444 ${worksrcpath}/keychain.1 ${destroot}${prefix}/share/man/man1
    4343}
    4444
  • textproc/chmdump/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name            chmdump
    67version         20030521
     8revision        1
    79categories      textproc
    810license         GPL-2+
    911maintainers     nomaintainer
    platform darwin powerpc { 
    3133}
    3234
    3335destroot {
    34         xinstall -m 555 ${worksrcpath}/${name} ${destroot}${prefix}/bin
     36        xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin
    3537}
  • textproc/par/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23# Based on: http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/par/Makefile
    34
    PortSystem 1.0 
    56
    67name                    par
    78version                 1.52
    8 revision                1
     9revision                2
    910categories              textproc
    1011platforms               darwin
    1112maintainers             gmail.com:qbarnes
    build.args -f protoMakefile \ 
    2930build.target
    3031
    3132destroot {
    32         xinstall -m 555 "${worksrcpath}/${name}" "${destroot}${prefix}/bin/"
     33        xinstall -m 755 "${worksrcpath}/${name}" "${destroot}${prefix}/bin/"
    3334        xinstall -m 444 "${worksrcpath}/${name}.1" "${destroot}${prefix}/share/man/man1/"
    3435}
  • textproc/rfcdiff/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name             rfcdiff
    67version          1.34
     8revision         1
    79categories       textproc
    810maintainers      nomaintainer
    911description      compare Internet Draft versions
    use_configure no 
    2426build            {}
    2527
    2628destroot {
    27         xinstall -m 555 ${distpath}/${distname} ${destroot}${prefix}/bin/${name}
     29        xinstall -m 755 ${distpath}/${distname} ${destroot}${prefix}/bin/${name}
    2830}
  • www/mongoose/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name            mongoose
    67version         3.0
     8revision        1
    79categories      www
    810maintainers     toby
    911description     easy to use web server
    build.target mac 
    3840build.env       CC="${configure.cc} [get_canonical_archflags]"
    3941
    4042destroot {
    41         xinstall -m 555 ${worksrcpath}/mongoose ${destroot}${prefix}/bin
     43        xinstall -m 755 ${worksrcpath}/mongoose ${destroot}${prefix}/bin
    4244        xinstall -m 444 ${worksrcpath}/mongoose.1 ${destroot}${prefix}/share/man/man1
    4345}
    4446
  • www/webredirect/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    PortSystem 1.0 
    45
    56name             webredirect
    67version          0.3
     8revision         1
    79categories       www
    810license          Permissive
    911maintainers      nomaintainer
    pre-build { 
    2426}
    2527
    2628destroot {
    27     xinstall -m 555 ${worksrcpath}/webredirect \
     29    xinstall -m 755 ${worksrcpath}/webredirect \
    2830        ${destroot}${prefix}/bin
    2931    xinstall -m 444 ${worksrcpath}/webredirect.1 \
    3032        ${destroot}${prefix}/share/man/man1
  • x11/abclock/Portfile

     
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem 1.0
    45name             abclock
    56version          1.0d
    6 revision         2
     7revision         3
    78categories       x11
    89license          GPL-2+
    910maintainers      nomaintainer
    patch { 
    2425use_configure    no
    2526build.target     all XLIBDIR="-L${prefix}/lib" XINCLUDEDIR="-I${prefix}/include" OPT="${configure.cflags}"
    2627destroot {
    27     xinstall -m 555 ${worksrcpath}/abclock ${destroot}${prefix}/bin
    28     xinstall -m 555 ${worksrcpath}/abc_img ${destroot}${prefix}/bin
     28    xinstall -m 755 ${worksrcpath}/abclock ${destroot}${prefix}/bin
     29    xinstall -m 755 ${worksrcpath}/abc_img ${destroot}${prefix}/bin
    2930}
    3031
    3132depends_lib \