ucspi-tcp: some indent fixed and removed empty lines

This commit is contained in:
devane 2014-11-07 10:28:34 +02:00
parent 0321bdc541
commit ae163ea7ae

View file

@ -12,15 +12,11 @@ distfiles="http://cr.yp.to/ucspi-tcp/ucspi-tcp-${version}.tar.gz"
checksum=4a0615cab74886f5b4f7e8fd32933a07b955536a3476d74ea087a3ea66a23e9c
do_build() {
sed -i 's/"usr\/local"/"usr\/"/g' conf-home
make ${makejobs}
sed -i 's/"usr\/local"/"usr\/"/g' conf-home
make ${makejobs}
}
do_install() {
vbin addcr
vbin date@
vbin finger@
@ -39,7 +35,6 @@ do_install() {
vbin tcprules
vbin tcpserver
vbin rblsmtpd
vman addcr.1
vman date@.1
vman finger@.1
@ -55,6 +50,5 @@ do_install() {
vman tcpcat.1
vman tcprules.1
vman tcpserver.1
vdoc README
}