diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-10-23 11:27:17 +0000 |
commit | 4104055986030bf8c02d6db5b21e06b9246746b2 (patch) | |
tree | 3a624f62812341e35581b3ec937f197bf86bcb8e /net-dialup/pppoed | |
parent | dependency code first commit (diff) | |
download | gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.gz gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.tar.bz2 gentoo-2-4104055986030bf8c02d6db5b21e06b9246746b2.zip |
*** empty log message ***
Diffstat (limited to 'net-dialup/pppoed')
-rw-r--r-- | net-dialup/pppoed/pppoed-0.47-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-dialup/pppoed/pppoed-0.47-r1.ebuild b/net-dialup/pppoed/pppoed-0.47-r1.ebuild index 4e4b3690583e..3e5dc46f7f62 100644 --- a/net-dialup/pppoed/pppoed-0.47-r1.ebuild +++ b/net-dialup/pppoed/pppoed-0.47-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.47-r1.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/pppoed/pppoed-0.47-r1.ebuild,v 1.4 2000/10/23 11:27:16 achim Exp $ P=pppoed-0.47 A=pppoed0.47.tgz @@ -23,7 +23,6 @@ src_compile() { src_install() { cd ${S} try make DESTDIR=${D} install - prepman dodoc AUTHORS ChangeLog COPYING NEWS README* cd .. docinto docs |