diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-19 22:31:55 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-19 22:31:55 +0000 |
commit | 75b99cbc5f4b4a71a119dfb4d4fcb5881e797235 (patch) | |
tree | 5f935d7aa374d385adcb5bace27b7f7a4a630e5b /sys-fs/mtools | |
parent | old (diff) | |
download | gentoo-2-75b99cbc5f4b4a71a119dfb4d4fcb5881e797235.tar.gz gentoo-2-75b99cbc5f4b4a71a119dfb4d4fcb5881e797235.tar.bz2 gentoo-2-75b99cbc5f4b4a71a119dfb4d4fcb5881e797235.zip |
drop unnecessary sed -- pkg itself does this now
(Portage version: 2.2_rc96/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/mtools')
-rw-r--r-- | sys-fs/mtools/mtools-4.0.13.ebuild | 10 | ||||
-rw-r--r-- | sys-fs/mtools/mtools-4.0.15.ebuild | 3 |
2 files changed, 2 insertions, 11 deletions
diff --git a/sys-fs/mtools/mtools-4.0.13.ebuild b/sys-fs/mtools/mtools-4.0.13.ebuild index 627295552589..086a3dd52246 100644 --- a/sys-fs/mtools/mtools-4.0.13.ebuild +++ b/sys-fs/mtools/mtools-4.0.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.13.ebuild,v 1.4 2010/10/19 17:51:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.13.ebuild,v 1.5 2010/10/19 22:31:55 vapier Exp $ DESCRIPTION="utilities to access MS-DOS disks from Unix without mounting them" HOMEPAGE="http://mtools.linux.lu/" @@ -21,14 +21,6 @@ DEPEND=" x11-libs/libXt )" -src_unpack() { - unpack ${A} - cd "${S}" - sed -i mtools.tmpl.5 mtools.texi \ - -e 's:/usr/local/etc:/etc:g' \ - || die "sed man pages" -} - src_compile() { econf \ --sysconfdir=/etc/mtools \ diff --git a/sys-fs/mtools/mtools-4.0.15.ebuild b/sys-fs/mtools/mtools-4.0.15.ebuild index 9f4ee500da56..33fab989ae20 100644 --- a/sys-fs/mtools/mtools-4.0.15.ebuild +++ b/sys-fs/mtools/mtools-4.0.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.15.ebuild,v 1.1 2010/10/18 02:01:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mtools/mtools-4.0.15.ebuild,v 1.2 2010/10/19 22:31:55 vapier Exp $ EAPI="2" @@ -26,7 +26,6 @@ DEPEND=" RDEPEND="${DEPEND}" src_prepare() { - sed -i 's:/usr/local/etc:/etc:g' mtools.5 mtools.texi eautoconf #341443 } |