diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-04 04:21:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-04 04:21:41 +0000 |
commit | 4f4e201e2dd5f3275c2b0bd868736e1bb2826ebf (patch) | |
tree | e9f351862e5667c3831d0a84fbd611a2bb552473 /sys-apps/supervise-scripts | |
parent | Changed from "GPL2 or later" to "GPL2" (diff) | |
download | historical-4f4e201e2dd5f3275c2b0bd868736e1bb2826ebf.tar.gz historical-4f4e201e2dd5f3275c2b0bd868736e1bb2826ebf.tar.bz2 historical-4f4e201e2dd5f3275c2b0bd868736e1bb2826ebf.zip |
Updated HOMEPAGE variable #8733
Diffstat (limited to 'sys-apps/supervise-scripts')
-rw-r--r-- | sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild b/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild index 84b77365b5c5..21f53b72ed91 100644 --- a/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild +++ b/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild,v 1.5 2002/08/14 04:40:34 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/supervise-scripts/supervise-scripts-3.4.ebuild,v 1.6 2002/10/04 04:21:41 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="Starting and stopping daemontools managed services." SRC_URI="http://untroubled.org/supervise-scripts/${P}.tar.gz" -HOMEPAGE="http://untroubled.org/supervice-scripts/" +HOMEPAGE="http://untroubled.org/supervise-scripts/" KEYWORDS="x86 ppc sparc sparc64" SLOT="0" LICENSE="GPL-2" @@ -15,7 +15,7 @@ src_compile() { emake || die } -src_install () { +src_install() { exeinto /usr/bin doexe svc-add svc-isdown svc-isup svc-remove \ svc-start svc-status svc-stop \ |