summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2005-10-04 18:15:08 +0000
committerAlin Năstac <mrness@gentoo.org>2005-10-04 18:15:08 +0000
commitf36a6926bd28896c4bbca81bedb4630d600bf76f (patch)
tree0aaa3d38ce67af5e14a72f7e58606e825cc650c0 /net-dialup/dwun/dwun-0.96e.ebuild
parentRemove COPYING and INSTALL from docs (diff)
downloadhistorical-f36a6926bd28896c4bbca81bedb4630d600bf76f.tar.gz
historical-f36a6926bd28896c4bbca81bedb4630d600bf76f.tar.bz2
historical-f36a6926bd28896c4bbca81bedb4630d600bf76f.zip
remove COPYING and INSTALL from docs
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'net-dialup/dwun/dwun-0.96e.ebuild')
-rw-r--r--net-dialup/dwun/dwun-0.96e.ebuild16
1 files changed, 4 insertions, 12 deletions
diff --git a/net-dialup/dwun/dwun-0.96e.ebuild b/net-dialup/dwun/dwun-0.96e.ebuild
index 57a785c1742c..4837a5eb1cf3 100644
--- a/net-dialup/dwun/dwun-0.96e.ebuild
+++ b/net-dialup/dwun/dwun-0.96e.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/dwun/dwun-0.96e.ebuild,v 1.4 2004/11/17 18:22:12 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/dwun/dwun-0.96e.ebuild,v 1.5 2005/10/04 18:15:08 mrness Exp $
DESCRIPTION="Dialer Without a Useful Name (DWUN)"
HOMEPAGE="http://dwun.sourceforge.net/"
@@ -14,22 +14,17 @@ IUSE=""
DEPEND="virtual/libc"
src_unpack() {
-
unpack ${A}
- cd ${S}
- sed -i -e "s:TODO QUICKSTART README UPGRADING ChangeLog COPYING AUTHORS::" Makefile.in
+ sed -i -e "s:TODO QUICKSTART README UPGRADING ChangeLog COPYING AUTHORS::" ${S}/Makefile.in
}
src_compile() {
-
econf --with-docdir=doc/${P} || die "econf failed."
emake || die "parallel make failed."
-
}
src_install() {
-
einstall || die "install failed."
insinto /etc
@@ -38,17 +33,14 @@ src_install() {
exeinto /etc/init.d
newexe ${FILESDIR}/dwun dwun
- dodoc AUTHORS ChangeLog COPYING INSTALL QUICKSTART README TODO UPGRADING
-
+ dodoc AUTHORS ChangeLog QUICKSTART README TODO UPGRADING
}
pkg_postinst() {
-
einfo
einfo 'Make sure you have "net-dialup/ppp" merged if you intend to use dwun'
einfo "to control a standard PPP network link."
einfo "See /usr/share/doc/${P}/QUICKSTART for instructions on"
einfo "configuring dwun."
einfo
-
}