diff options
Diffstat (limited to 'dev-util/cvsup/cvsup-16.1e.ebuild')
-rw-r--r-- | dev-util/cvsup/cvsup-16.1e.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/cvsup/cvsup-16.1e.ebuild b/dev-util/cvsup/cvsup-16.1e.ebuild index d63b87171da5..ba414132583c 100644 --- a/dev-util/cvsup/cvsup-16.1e.ebuild +++ b/dev-util/cvsup/cvsup-16.1e.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/dev-util/cvsup/cvsup-16.1e.ebuild,v 1.10 2003/08/07 03:28:12 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvsup/cvsup-16.1e.ebuild,v 1.11 2003/09/06 08:39:20 msterret Exp $ DESCRIPTION="a faster alternative to cvs. binary version" HOMEPAGE="http://people.freebsd.org/~jdp/s1g/" @@ -12,12 +12,12 @@ KEYWORDS="x86 -ppc sparc" S=${WORKDIR} -src_install() { +src_install() { exeinto /opt/cvsup doexe cvsup* - + dodoc License - + insinto /etc/env.d doins ${FILESDIR}/99cvsup } |