summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 01:25:20 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-05 01:25:20 +0000
commitb52706bca261b06e947006f11156c5d1d3315693 (patch)
tree2ce891f265656049a15233cd9a10351c7865b194 /app-admin/scotty
parentwhitespace cleanup; header fix (diff)
downloadhistorical-b52706bca261b06e947006f11156c5d1d3315693.tar.gz
historical-b52706bca261b06e947006f11156c5d1d3315693.tar.bz2
historical-b52706bca261b06e947006f11156c5d1d3315693.zip
whitespace cleanup
Diffstat (limited to 'app-admin/scotty')
-rw-r--r--app-admin/scotty/Manifest4
-rw-r--r--app-admin/scotty/scotty-2.1.11.ebuild12
2 files changed, 8 insertions, 8 deletions
diff --git a/app-admin/scotty/Manifest b/app-admin/scotty/Manifest
index 3d123d11f7f0..f4029ad91eae 100644
--- a/app-admin/scotty/Manifest
+++ b/app-admin/scotty/Manifest
@@ -1,3 +1,3 @@
-MD5 65153a5ddbadbafaa1814c82f5c2d563 files/digest-scotty-2.1.11 66
MD5 67376d70b35b6a696bd0a850b2a18d62 ChangeLog 382
-MD5 6fc12aa878e810ae0b0090b6e05b99f9 scotty-2.1.11.ebuild 1301
+MD5 02889159733f63e129e4513a0bd20e44 scotty-2.1.11.ebuild 1300
+MD5 65153a5ddbadbafaa1814c82f5c2d563 files/digest-scotty-2.1.11 66
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