diff options
author | Maik Schreiber <blizzy@gentoo.org> | 2002-10-25 23:07:14 +0000 |
---|---|---|
committer | Maik Schreiber <blizzy@gentoo.org> | 2002-10-25 23:07:14 +0000 |
commit | 1cc1e68d12409150037f0d002212c2501326245b (patch) | |
tree | ff311a6ff54fec2f1f5f2ec0c0713572993a89fe /net-nds/migrationtools | |
parent | new snapshot (diff) | |
download | gentoo-2-1cc1e68d12409150037f0d002212c2501326245b.tar.gz gentoo-2-1cc1e68d12409150037f0d002212c2501326245b.tar.bz2 gentoo-2-1cc1e68d12409150037f0d002212c2501326245b.zip |
removed practically empty src_compile()
Diffstat (limited to 'net-nds/migrationtools')
-rw-r--r-- | net-nds/migrationtools/migrationtools-44-r1.ebuild | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-nds/migrationtools/migrationtools-44-r1.ebuild b/net-nds/migrationtools/migrationtools-44-r1.ebuild index 6a87497c788f..a5410d5162f1 100644 --- a/net-nds/migrationtools/migrationtools-44-r1.ebuild +++ b/net-nds/migrationtools/migrationtools-44-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-44-r1.ebuild,v 1.2 2002/10/04 06:16:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-nds/migrationtools/migrationtools-44-r1.ebuild,v 1.3 2002/10/25 23:05:18 blizzy Exp $ PN0=MigrationTools S=${WORKDIR}/${PN0}-${PV} @@ -16,10 +16,6 @@ DEPEND="" RDEPEND="net-nds/openldap" -src_compile() { - echo "nothing to compile" -} - src_install() { dodoc README dodir /usr/share/migrationtools |