summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-10-06 05:17:24 +0000
committerAlin Năstac <mrness@gentoo.org>2005-10-06 05:17:24 +0000
commitd46762dd7ccee736fa84964f5649f744014833ee (patch)
tree9eee933aa26d8f38668a25bb0d1ac6be1c597516 /net-dialup/pptpd/pptpd-1.2.3-r1.ebuild
parentclean older version (diff)
downloadhistorical-d46762dd7ccee736fa84964f5649f744014833ee.tar.gz
historical-d46762dd7ccee736fa84964f5649f744014833ee.tar.bz2
historical-d46762dd7ccee736fa84964f5649f744014833ee.zip
Remove COPYING and INSTALL from docs
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup/pptpd/pptpd-1.2.3-r1.ebuild')
-rw-r--r--net-dialup/pptpd/pptpd-1.2.3-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild b/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild
index 894a8fe9968e..7f375ac51bfa 100644
--- a/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild
+++ b/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild,v 1.3 2005/05/13 04:12:41 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/pptpd/pptpd-1.2.3-r1.ebuild,v 1.4 2005/10/06 05:17:24 mrness Exp $
DESCRIPTION="Linux Point-to-Point Tunnelling Protocol Server"
SRC_URI="mirror://sourceforge/poptop/${P}.tar.gz"
@@ -48,7 +48,7 @@ src_install () {
insinto /etc/conf.d
newins ${FILESDIR}/pptpd-confd pptpd
- dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README* TODO
+ dodoc AUTHORS ChangeLog NEWS README* TODO
docinto samples
dodoc samples/*
}