summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2018-03-28 15:35:12 -0400
committerMike Gilbert <floppym@gentoo.org>2018-03-28 15:35:30 -0400
commit4366cc3f3a6c5cb3951a8a96c9e62a79f1803d3c (patch)
tree1b7359ab2e2ccf04c58d80c6f1054798e824a75a /sys-apps/xinetd/xinetd-2.3.15.3.ebuild
parentapp-arch/snappy-1.1.7: added ~mips (diff)
downloadgentoo-4366cc3f3a6c5cb3951a8a96c9e62a79f1803d3c.tar.gz
gentoo-4366cc3f3a6c5cb3951a8a96c9e62a79f1803d3c.tar.bz2
gentoo-4366cc3f3a6c5cb3951a8a96c9e62a79f1803d3c.zip
sys-apps/xinetd: drop unnecessary sed
Package-Manager: Portage-2.3.24, Repoman-2.3.6_p81
Diffstat (limited to 'sys-apps/xinetd/xinetd-2.3.15.3.ebuild')
-rw-r--r--sys-apps/xinetd/xinetd-2.3.15.3.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
index 02ad304a23b1..b418883270af 100644
--- a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
+++ b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild
@@ -27,11 +27,6 @@ DEPEND="
virtual/pkgconfig
"
-src_prepare() {
- default
- find -name Makefile.in -exec sed -i 's:\<ar\>:$(AR):' {} +
-}
-
src_configure() {
econf \
$(use_with tcpd libwrap) \