Ticket #47229: all-the-nits.diff
File all-the-nits.diff, 23.8 KB (added by grimreaper (Eitan Adler), 10 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name mp3_check 6 7 version 1.98 8 revision 1 7 9 categories audio 8 10 license GPL-2 9 11 maintainers nomaintainer … … build.env CC="${configure.cc}" \ 30 32 CFLAGS="${configure.cflags} ${configure.cc_archflags}" 31 33 32 34 destroot { 33 xinstall -m 555 ${worksrcpath}/mp3_check \35 xinstall -m 755 ${worksrcpath}/mp3_check \ 34 36 ${destroot}${prefix}/bin 35 37 36 38 xinstall -d ${destroot}${prefix}/share/doc/mp3_check -
benchmarks/iozone/Portfile
PortSystem 1.0 5 5 6 6 name iozone 7 7 version 3.427 8 revision 1 8 9 categories benchmarks 9 10 platforms darwin 10 11 license Restrictive/Distributable GPL-2+ … … build.args CC=${configure.cc} \ 34 35 LDFLAGS="${configure.ld_archflags}" 35 36 36 37 destroot { 37 xinstall -m 555 ${worksrcpath}/iozone ${worksrcpath}/fileop \38 xinstall -m 755 ${worksrcpath}/iozone ${worksrcpath}/fileop \ 38 39 ${destroot}${prefix}/bin 39 40 xinstall -m 444 ${worksrcpath}/../../docs/iozone.1 ${destroot}${prefix}/share/man/man1 40 41 xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} -
benchmarks/nbench-byte/Portfile
PortSystem 1.0 5 5 6 6 name nbench-byte 7 7 version 2.2.3 8 revision 1 8 9 categories benchmarks 9 10 maintainers nomaintainer 10 11 description Linux/Unix port of BYTEmark … … build.target 26 27 build.args CC=${configure.cc} 27 28 28 29 destroot { 29 xinstall -m 555 ${worksrcpath}/nbench ${destroot}${prefix}/bin30 xinstall -m 755 ${worksrcpath}/nbench ${destroot}${prefix}/bin 30 31 file mkdir ${destroot}${prefix}/share/nbench 31 32 xinstall -m 444 ${worksrcpath}/NNET.DAT ${destroot}${prefix}/share/nbench 32 33 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name cvsdiff2patch 6 7 version 1.0.1 8 revision 1 7 9 categories devel 8 10 license BSD 9 11 maintainers nomaintainer … … build.type bsd 23 25 24 26 # Override Makefile destroot target 25 27 destroot { 26 system "install -c -s -m 555 ${worksrcpath}/cvsdiff2patch ${destroot}${prefix}/bin"28 system "install -c -s -m 755 ${worksrcpath}/cvsdiff2patch ${destroot}${prefix}/bin" 27 29 } -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name cursive 6 7 version 1.0 7 revision 18 revision 2 8 9 distname ${name} 9 10 extract.suffix .tgz 10 11 categories games textproc … … use_configure no 31 32 build.target lcursive 32 33 33 34 destroot { 34 xinstall -m 555 ${worksrcpath}/lcursive ${destroot}${prefix}/bin/cursive35 xinstall -m 755 ${worksrcpath}/lcursive ${destroot}${prefix}/bin/cursive 35 36 xinstall -m 444 ${worksrcpath}/cursive.6 ${destroot}${prefix}/share/man/man6 36 37 } -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name geekcode 6 7 version 1.7.3 8 revision 1 7 9 categories games 8 10 license GPL-2+ 9 11 maintainers nomaintainer … … checksums md5 b794916a8875f71f1442f6e70432d6de 18 20 use_configure no 19 21 20 22 destroot { 21 xinstall -m 555 ${worksrcpath}/geekcode ${destroot}${prefix}/bin23 xinstall -m 755 ${worksrcpath}/geekcode ${destroot}${prefix}/bin 22 24 } -
games/ski/Portfile
PortSystem 1.0 5 5 6 6 name ski 7 7 version 6.5 8 revision 28 revision 3 9 9 categories games python 10 10 platforms darwin 11 11 license GPL-2 … … post-patch { 45 45 use_configure no 46 46 47 47 destroot { 48 xinstall -m 555 ${worksrcpath}/ski ${destroot}${prefix}/bin48 xinstall -m 755 ${worksrcpath}/ski ${destroot}${prefix}/bin 49 49 xinstall -m 444 ${worksrcpath}/ski.6 ${destroot}${prefix}/share/man/man6 50 50 } -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name vms-empire 6 7 version 1.7 7 revision 18 revision 2 8 9 categories games 9 10 license Copyleft 10 11 maintainers nomaintainer … … use_configure no 29 30 build.args LIBS="-L${prefix}/lib -lncurses" 30 31 31 32 destroot { 32 xinstall -m 555 ${worksrcpath}/${name} \33 xinstall -m 755 ${worksrcpath}/${name} \ 33 34 ${destroot}${prefix}/bin 34 35 xinstall -m 444 ${worksrcpath}/${name}.6 \ 35 36 ${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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name wtf 6 7 version 20130810 8 revision 1 7 9 categories games 8 10 license public-domain 9 11 maintainers nomaintainer … … build { 25 27 } 26 28 27 29 destroot { 28 xinstall -m 555 -W ${worksrcpath} wtf ${destroot}${prefix}/bin30 xinstall -m 755 -W ${worksrcpath} wtf ${destroot}${prefix}/bin 29 31 xinstall -m 444 -W ${worksrcpath} wtf.6 ${destroot}${prefix}/share/man/man6 30 32 31 33 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name thirdeye 6 7 version 1.72 8 revision 1 7 9 categories irc 8 10 maintainers nomaintainer 9 11 description Colorful and effective script for the epic irc client … … destroot { system "install -m 755 -d \ 31 33 # system "chown -R root ${destroot}${prefix}/share/thirdeye" 32 34 system "chmod -R +r ${destroot}${prefix}/share/thirdeye/*" 33 35 system "install -m 755 -d ${destroot}${prefix}/bin" 34 system "install -m 555 -c \36 system "install -m 755 -c \ 35 37 ${portpath}/files/thirdeye.sh ${destroot}${prefix}/bin/thirdeye" 36 38 reinplace "s|__PREFIX|${prefix}|g" \ 37 39 ${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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name jikespg 6 7 version 1.3 8 revision 1 7 9 categories lang java devel 8 10 maintainers nomaintainer 9 11 license IBMPL-1 … … configure { 26 28 } 27 29 28 30 destroot { 29 system "cd ${worksrcpath} && install -m 555 \31 system "cd ${worksrcpath} && install -m 755 \ 30 32 ${name} ${destroot}${prefix}/bin/" 31 33 } -
lang/smlnj/Portfile
PortSystem 1.0 5 5 6 6 name smlnj 7 7 version 110.77 8 revision 1 8 9 categories lang ml 9 10 license BSD 10 11 maintainers bfulgham … … destroot { 104 105 file copy ${worksrcpath}/bin ${destroot}${smlnj_home} 105 106 file copy ${worksrcpath}/lib ${destroot}${smlnj_home} 106 107 107 xinstall -m 555 ${filespath}/sml.sh ${destroot}${prefix}/bin/sml108 xinstall -m 755 ${filespath}/sml.sh ${destroot}${prefix}/bin/sml 108 109 reinplace "s|__SMLNJ_HOME__|${smlnj_home}|g" \ 109 110 ${destroot}${prefix}/bin/sml 110 111 -
net/aget/Portfile
PortSystem 1.0 5 5 6 6 name aget 7 7 version 0.4.1 8 revision 1 8 9 categories net 9 10 platforms darwin 10 11 maintainers nomaintainer … … variant universal {} 34 35 build.args CC="${configure.cc} [get_canonical_archflags]" 35 36 36 37 destroot { 37 xinstall -s -m 555 ${worksrcpath}/aget ${destroot}${prefix}/bin38 xinstall -s -m 755 ${worksrcpath}/aget ${destroot}${prefix}/bin 38 39 } 39 40 40 41 livecheck.type regex -
net/ddclient/Portfile
PortSystem 1.0 5 5 6 6 name ddclient 7 7 version 3.8.2 8 revision 1 8 9 platforms darwin 9 10 categories net 10 11 license GPL … … destroot { 45 46 reinplace "s|/var/run|${prefix}/var/run|" \ 46 47 ${destroot}${prefix}/etc/${name}/ddclient.conf.sample 47 48 48 xinstall -m 555 ${worksrcpath}/${name} ${destroot}${prefix}/sbin49 xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/sbin 49 50 xinstall -d ${destroot}${prefix}/share/doc/${name} 50 51 51 52 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name ipsvd 6 7 version 1.0.0 7 revision 18 revision 2 8 9 categories net 9 10 license BSD 10 11 maintainers nomaintainer … … test.target check 35 36 36 37 destroot { 37 38 foreach app {ipsvd-cdb tcpsvd udpsvd} { 38 xinstall -m 555 ${build.dir}/${app} \39 xinstall -m 755 ${build.dir}/${app} \ 39 40 ${destroot}${prefix}/sbin 40 41 xinstall -m 444 ${worksrcpath}/man/${app}.8 \ 41 42 ${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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name mudix 6 7 version 4.3 7 revision 68 revision 7 8 9 categories net games 9 10 license BSD 10 11 platforms darwin … … platform darwin 10 { 41 42 } 42 43 43 44 destroot { 44 xinstall -m 555 -W ${worksrcpath} mudix ${destroot}${prefix}/bin45 xinstall -m 755 -W ${worksrcpath} mudix ${destroot}${prefix}/bin 45 46 xinstall -m 755 -d ${destroot}${prefix}/share/${name} 46 47 xinstall -m 644 sample.usr README ${destroot}${prefix}/share/${name} 47 48 } -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name nsping 6 7 version 0.8 7 revision 38 revision 4 8 9 categories net 9 10 license GPL-1 10 11 maintainers nomaintainer … … build.args CPPFLAGS="-DBIND_8_COMPAT" 32 33 CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ 33 34 LDFLAGS="[get_canonical_archflags ld]" 34 35 build.target 35 destroot { xinstall -m 555 -W ${worksrcpath} nsping ${destroot}${prefix}/bin36 destroot { xinstall -m 755 -W ${worksrcpath} nsping ${destroot}${prefix}/bin 36 37 xinstall -m 644 -c -W ${worksrcpath} nsping.8 ${destroot}${prefix}/share/man/man8 } 37 38 38 39 if {${os.platform} eq "darwin" && ${os.major} >= 10} { -
net/rabbitmq-server/Portfile
PortSystem 1.0 5 5 6 6 name rabbitmq-server 7 7 version 3.1.5 8 revision 18 revision 2 9 9 categories net 10 10 platforms darwin 11 11 license MPL-1.1 MIT Apache-2 … … post-destroot { 100 100 reinplace -E "s:^SYS_PREFIX=$:SYS_PREFIX=${prefix}:" \ 101 101 ${realsbin}/rabbitmq-defaults 102 102 103 xinstall -m 555 ${filespath}/rabbitmq-script-wrapper \103 xinstall -m 755 ${filespath}/rabbitmq-script-wrapper \ 104 104 ${wrappersbin}/rabbitmq-server 105 105 reinplace -E "s:@MACPORTS_PREFIX@:${prefix}:g" \ 106 106 ${wrappersbin}/rabbitmq-server -
net/tcptrace/Portfile
PortSystem 1.0 5 5 6 6 name tcptrace 7 7 version 6.6.7 8 revision 1 8 9 categories net 9 10 platforms darwin 10 11 license GPL … … post-configure { 37 38 destroot { 38 39 file mkdir ${destroot}${prefix}/bin 39 40 foreach f {tcptrace xpl2gpl} { 40 xinstall -m 555 ${worksrcpath}/$f ${destroot}${prefix}/bin/41 xinstall -m 755 ${worksrcpath}/$f ${destroot}${prefix}/bin/ 41 42 } 42 43 file mkdir ${destroot}${prefix}/share/man/man1 43 44 xinstall -m 444 ${worksrcpath}/tcptrace.man ${destroot}${prefix}/share/man/man1/tcptrace.1 -
net/tnftpd/Portfile
PortSystem 1.0 5 5 6 6 name tnftpd 7 7 version 20130325 8 revision 1 8 9 categories net 9 10 license BSD 10 11 maintainers snc openmaintainer … … use_autoconf yes 26 27 configure.args-append --with-pam 27 28 28 29 destroot { 29 xinstall -m 555 ${worksrcpath}/src/${name} ${destroot}${prefix}/sbin/30 xinstall -m 755 ${worksrcpath}/src/${name} ${destroot}${prefix}/sbin/ 30 31 31 32 xinstall -m 444 ${worksrcpath}/src/ftpd.conf.man ${destroot}${prefix}/share/man/man5/ftpd.conf.5 32 33 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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 -
sysutils/buffer/Portfile
PortSystem 1.0 5 5 6 6 name buffer 7 7 version 1.19 8 revision 1 8 9 categories sysutils 9 10 platforms darwin 10 11 maintainers nomaintainer … … checksums md5 ef1f84473adb3bc287 32 33 patchfiles buffer-patch 33 34 34 35 destroot { 35 xinstall -s -m 555 ${worksrcpath}/buffer ${destroot}${prefix}/bin36 xinstall -s -m 755 ${worksrcpath}/buffer ${destroot}${prefix}/bin 36 37 xinstall -m 444 ${worksrcpath}/buffer.man ${destroot}${prefix}/share/man/man1/buffer.1 37 38 } -
sysutils/dtach/Portfile
PortSystem 1.0 5 5 6 6 name dtach 7 7 version 0.8 8 revision 1 8 9 categories sysutils 9 10 maintainers nomaintainer 10 11 description program that emulates the detach feature of screen … … configure.distcc no 24 25 build.target 25 26 26 27 destroot { 27 xinstall -m 555 ${worksrcpath}/dtach ${destroot}${prefix}/bin28 xinstall -m 755 ${worksrcpath}/dtach ${destroot}${prefix}/bin 28 29 xinstall -m 444 ${worksrcpath}/dtach.1 ${destroot}${prefix}/share/man/man1 29 30 } -
sysutils/keychain/Portfile
PortSystem 1.0 5 5 6 6 name keychain 7 7 version 2.7.1 8 revision 18 revision 2 9 9 categories sysutils security 10 10 license GPL-2 11 11 platforms darwin freebsd … … use_configure no 38 38 build.cmd true 39 39 40 40 destroot { 41 xinstall -m 555 ${worksrcpath}/keychain ${destroot}${prefix}/bin41 xinstall -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin 42 42 xinstall -m 444 ${worksrcpath}/keychain.1 ${destroot}${prefix}/share/man/man1 43 43 } 44 44 -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name chmdump 6 7 version 20030521 8 revision 1 7 9 categories textproc 8 10 license GPL-2+ 9 11 maintainers nomaintainer … … platform darwin powerpc { 31 33 } 32 34 33 35 destroot { 34 xinstall -m 555 ${worksrcpath}/${name} ${destroot}${prefix}/bin36 xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin 35 37 } -
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 1 2 # $Id$ 2 3 # Based on: http://www.openbsd.org/cgi-bin/cvsweb/ports/textproc/par/Makefile 3 4 … … PortSystem 1.0 5 6 6 7 name par 7 8 version 1.52 8 revision 19 revision 2 9 10 categories textproc 10 11 platforms darwin 11 12 maintainers gmail.com:qbarnes … … build.args -f protoMakefile \ 29 30 build.target 30 31 31 32 destroot { 32 xinstall -m 555 "${worksrcpath}/${name}" "${destroot}${prefix}/bin/"33 xinstall -m 755 "${worksrcpath}/${name}" "${destroot}${prefix}/bin/" 33 34 xinstall -m 444 "${worksrcpath}/${name}.1" "${destroot}${prefix}/share/man/man1/" 34 35 } -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name rfcdiff 6 7 version 1.34 8 revision 1 7 9 categories textproc 8 10 maintainers nomaintainer 9 11 description compare Internet Draft versions … … use_configure no 24 26 build {} 25 27 26 28 destroot { 27 xinstall -m 555 ${distpath}/${distname} ${destroot}${prefix}/bin/${name}29 xinstall -m 755 ${distpath}/${distname} ${destroot}${prefix}/bin/${name} 28 30 } -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name mongoose 6 7 version 3.0 8 revision 1 7 9 categories www 8 10 maintainers toby 9 11 description easy to use web server … … build.target mac 38 40 build.env CC="${configure.cc} [get_canonical_archflags]" 39 41 40 42 destroot { 41 xinstall -m 555 ${worksrcpath}/mongoose ${destroot}${prefix}/bin43 xinstall -m 755 ${worksrcpath}/mongoose ${destroot}${prefix}/bin 42 44 xinstall -m 444 ${worksrcpath}/mongoose.1 ${destroot}${prefix}/share/man/man1 43 45 } 44 46 -
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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … PortSystem 1.0 4 5 5 6 name webredirect 6 7 version 0.3 8 revision 1 7 9 categories www 8 10 license Permissive 9 11 maintainers nomaintainer … … pre-build { 24 26 } 25 27 26 28 destroot { 27 xinstall -m 555 ${worksrcpath}/webredirect \29 xinstall -m 755 ${worksrcpath}/webredirect \ 28 30 ${destroot}${prefix}/bin 29 31 xinstall -m 444 ${worksrcpath}/webredirect.1 \ 30 32 ${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 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 4 5 name abclock 5 6 version 1.0d 6 revision 27 revision 3 7 8 categories x11 8 9 license GPL-2+ 9 10 maintainers nomaintainer … … patch { 24 25 use_configure no 25 26 build.target all XLIBDIR="-L${prefix}/lib" XINCLUDEDIR="-I${prefix}/include" OPT="${configure.cflags}" 26 27 destroot { 27 xinstall -m 555 ${worksrcpath}/abclock ${destroot}${prefix}/bin28 xinstall -m 555 ${worksrcpath}/abc_img ${destroot}${prefix}/bin28 xinstall -m 755 ${worksrcpath}/abclock ${destroot}${prefix}/bin 29 xinstall -m 755 ${worksrcpath}/abc_img ${destroot}${prefix}/bin 29 30 } 30 31 31 32 depends_lib \