summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 10:54:16 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-14 10:54:16 +0000
commitb61b08c397892b70a61ffe30edf9d3b5167c5038 (patch)
treea70e4b257b2d6a843ace084700561b9c42856fdd /app-misc/detachtty
parentversion bumped. (diff)
downloadhistorical-b61b08c397892b70a61ffe30edf9d3b5167c5038.tar.gz
historical-b61b08c397892b70a61ffe30edf9d3b5167c5038.tar.bz2
historical-b61b08c397892b70a61ffe30edf9d3b5167c5038.zip
Don't assign default to S; header fix
Diffstat (limited to 'app-misc/detachtty')
-rw-r--r--app-misc/detachtty/ChangeLog7
-rw-r--r--app-misc/detachtty/detachtty-6.ebuild6
2 files changed, 7 insertions, 6 deletions
diff --git a/app-misc/detachtty/ChangeLog b/app-misc/detachtty/ChangeLog
index aec48b4054c7..8357faf98367 100644
--- a/app-misc/detachtty/ChangeLog
+++ b/app-misc/detachtty/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/detachtty
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/detachtty/ChangeLog,v 1.1 2003/06/12 08:12:11 mkennedy Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/detachtty/ChangeLog,v 1.2 2004/03/14 10:49:57 mr_bones_ Exp $
+
+ 14 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> detachtty-6.ebuild:
+ Don't assign default to S; header fix
*detachtty-6 (09 Jul 2003)
diff --git a/app-misc/detachtty/detachtty-6.ebuild b/app-misc/detachtty/detachtty-6.ebuild
index 4aa0146cd589..6a69d88ea65a 100644
--- a/app-misc/detachtty/detachtty-6.ebuild
+++ b/app-misc/detachtty/detachtty-6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/detachtty/detachtty-6.ebuild,v 1.3 2003/10/27 15:42:41 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/detachtty/detachtty-6.ebuild,v 1.4 2004/03/14 10:49:57 mr_bones_ Exp $
DESCRIPTION="detachtty allows the user to attach/detach from interactive processes across the network. It is similar to GNU Screen"
HOMEPAGE="http://packages.debian.org/unstable/admin/detachtty.html"
@@ -11,8 +11,6 @@ KEYWORDS="x86"
IUSE=""
DEPEND=""
-S=${WORKDIR}/${P}
-
src_compile() {
make || die
}