summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:39:30 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-10-01 09:39:30 +0000
commit9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3 (patch)
tree7808d92c3b4c59807701e4fad742068a60290382 /app-crypt/heimdal/heimdal-0.5.1.ebuild
parentepatch, sed and changelog fixes (diff)
downloadgentoo-2-9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3.tar.gz
gentoo-2-9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3.tar.bz2
gentoo-2-9e172ba18e3ee940b2c70aa2e33edc2f0fcaa0f3.zip
epatch, sed and changelog fixes
Diffstat (limited to 'app-crypt/heimdal/heimdal-0.5.1.ebuild')
-rw-r--r--app-crypt/heimdal/heimdal-0.5.1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/app-crypt/heimdal/heimdal-0.5.1.ebuild b/app-crypt/heimdal/heimdal-0.5.1.ebuild
index 7434ab4fca2d..20c8c686b855 100644
--- a/app-crypt/heimdal/heimdal-0.5.1.ebuild
+++ b/app-crypt/heimdal/heimdal-0.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.1.ebuild,v 1.6 2003/09/21 09:44:08 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-crypt/heimdal/heimdal-0.5.1.ebuild,v 1.7 2003/10/01 09:39:25 aliz Exp $
DESCRIPTION="Kerberos 5 implementation from KTH"
SRC_URI="ftp://ftp.pdc.kth.se/pub/heimdal/src/${P}.tar.gz"
@@ -20,8 +20,7 @@ src_unpack() {
unpack ${A}
cd ${S}/lib/krb5
- mv Makefile.in Makefile.in.bak
- sed "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in.bak >Makefile.in
+ sed -i "s:LIB_crypt = @LIB_crypt@:LIB_crypt = -lssl @LIB_crypt@:g" Makefile.in
}
src_compile() {