summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <msterret@gentoo.org>2003-09-05 01:27:14 +0000
committerMichael Sterrett <msterret@gentoo.org>2003-09-05 01:27:14 +0000
commit0fd878ac331c4596e902fad56cf17550e372cc46 (patch)
tree83de75cd65504e11cfb5f43198fd592056ba6d7a /app-admin/scotty/scotty-2.1.11.ebuild
parentwhitespace cleanup; header fix (diff)
downloadgentoo-2-0fd878ac331c4596e902fad56cf17550e372cc46.tar.gz
gentoo-2-0fd878ac331c4596e902fad56cf17550e372cc46.tar.bz2
gentoo-2-0fd878ac331c4596e902fad56cf17550e372cc46.zip
whitespace cleanup
Diffstat (limited to 'app-admin/scotty/scotty-2.1.11.ebuild')
-rw-r--r--app-admin/scotty/scotty-2.1.11.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-admin/scotty/scotty-2.1.11.ebuild b/app-admin/scotty/scotty-2.1.11.ebuild
index f432e4a3564b..5d060703928e 100644
--- a/app-admin/scotty/scotty-2.1.11.ebuild
+++ b/app-admin/scotty/scotty-2.1.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/scotty/scotty-2.1.11.ebuild,v 1.2 2003/06/29 15:24:07 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/scotty/scotty-2.1.11.ebuild,v 1.3 2003/09/05 01:25:18 msterret Exp $
DESCRIPTION="tcl network management extension"
HOMEPAGE="http://wwwhome.cs.utwente.nl/~schoenw/scotty"
@@ -32,14 +32,14 @@ src_install() {
MAN_INSTALL_DIR=${D}/usr/share/man install
make prefix=${D}/usr \
MAN_INSTALL_DIR=${D}/usr/share/man sinstall
- cd ${D}/usr/bin
- perl -p -i -e 's|/.*/image||' ${D}/usr/lib/tnm2.1.11/pkgIndex.tcl
- perl -p -i -e 's|/.*/image||' ${D}/usr/lib/tkined1.4.11/pkgIndex.tcl
+ cd ${D}/usr/bin
+ perl -p -i -e 's|/.*/image||' ${D}/usr/lib/tnm2.1.11/pkgIndex.tcl
+ perl -p -i -e 's|/.*/image||' ${D}/usr/lib/tkined1.4.11/pkgIndex.tcl
ln -s scotty2.1.11 scotty
ln -s tkined1.4.11 tkined
# mv ${D}/usr/share/man/mann ${D}/usr/share/man/man3
-# cd ${D}/usr/share/man/man3
-# for f in `find ./ -name "*.n"`; do
+# cd ${D}/usr/share/man/man3
+# for f in `find ./ -name "*.n"`; do
# echo ${f} `echo ${f}|cut -d. -f2|cut -d/ -f2`
# mv ${f} `echo ${f}|cut -d. -f2|cut -d/ -f2`.3tnm
# done