diff options
author | 2002-11-30 02:42:21 +0000 | |
---|---|---|
committer | 2002-11-30 02:42:21 +0000 | |
commit | a2d172870650a6294e58e8f87806a3a4cd09796f (patch) | |
tree | 6d8a472b06132a831e6c21ea8647b36034106833 /app-admin/makepasswd | |
parent | 2.11y release... Mostly cleanups. (diff) | |
download | historical-a2d172870650a6294e58e8f87806a3a4cd09796f.tar.gz historical-a2d172870650a6294e58e8f87806a3a4cd09796f.tar.bz2 historical-a2d172870650a6294e58e8f87806a3a4cd09796f.zip |
Changed src_install () to src_install()
Diffstat (limited to 'app-admin/makepasswd')
-rw-r--r-- | app-admin/makepasswd/makepasswd-1.10.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-admin/makepasswd/makepasswd-1.10.ebuild b/app-admin/makepasswd/makepasswd-1.10.ebuild index 08768c2c6cce..ce5b15a243d0 100644 --- a/app-admin/makepasswd/makepasswd-1.10.ebuild +++ b/app-admin/makepasswd/makepasswd-1.10.ebuild @@ -1,22 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/makepasswd/makepasswd-1.10.ebuild,v 1.6 2002/10/18 13:31:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/makepasswd/makepasswd-1.10.ebuild,v 1.7 2002/11/30 02:28:35 vapier Exp $ -S=${WORKDIR}/${P} DESCRIPTION="Random password generator" SRC_URI="http://ftp.debian.org/debian/dists/stable/main/source/admin/${PN}_${PV}.orig.tar.gz" HOMEPAGE="http://packages.debian.org/stable/admin/makepasswd.html" -IUSE="" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" -DEPEND="${RDEPEND}" RDEPEND="sys-devel/perl" -src_install () { - into /usr +src_install() { dobin makepasswd doman makepasswd.1 dodoc README CHANGES COPYING-2.0 |