diff options
author | Alin Năstac <mrness@gentoo.org> | 2005-10-04 18:15:08 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2005-10-04 18:15:08 +0000 |
commit | 02cf53b4d8a915bf76f302f5e1d204acbe178285 (patch) | |
tree | 8bbb6c1d2164c6fcf59c4088351bf728e2ec96ab /net-dialup/dwun/dwun-0.96e.ebuild | |
parent | Remove COPYING and INSTALL from docs (diff) | |
download | gentoo-2-02cf53b4d8a915bf76f302f5e1d204acbe178285.tar.gz gentoo-2-02cf53b4d8a915bf76f302f5e1d204acbe178285.tar.bz2 gentoo-2-02cf53b4d8a915bf76f302f5e1d204acbe178285.zip |
remove COPYING and INSTALL from docs
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-dialup/dwun/dwun-0.96e.ebuild')
-rw-r--r-- | net-dialup/dwun/dwun-0.96e.ebuild | 16 |
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 - } |