diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 07:15:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-10 07:15:07 +0000 |
commit | bcc32e6baa59c1dcd278a0d2450328b24313b899 (patch) | |
tree | d2701126b04aa78511de89c91f81cbf1245c4dbd /app-misc/jpilot/jpilot-0.99.3.ebuild | |
parent | sed expression fix (diff) | |
download | historical-bcc32e6baa59c1dcd278a0d2450328b24313b899.tar.gz historical-bcc32e6baa59c1dcd278a0d2450328b24313b899.tar.bz2 historical-bcc32e6baa59c1dcd278a0d2450328b24313b899.zip |
sed expression fix
Diffstat (limited to 'app-misc/jpilot/jpilot-0.99.3.ebuild')
-rw-r--r-- | app-misc/jpilot/jpilot-0.99.3.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/app-misc/jpilot/jpilot-0.99.3.ebuild b/app-misc/jpilot/jpilot-0.99.3.ebuild index 941084d8fc12..444f6f7ede50 100644 --- a/app-misc/jpilot/jpilot-0.99.3.ebuild +++ b/app-misc/jpilot/jpilot-0.99.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.3.ebuild,v 1.2 2002/11/30 21:00:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jpilot/jpilot-0.99.3.ebuild,v 1.3 2003/02/10 07:15:07 seemant Exp $ + +IUSE="nls" SYNCMAL="0.71" MALSYNC="2.0.7" @@ -17,7 +19,6 @@ HOMEPAGE="http://jpilot.org/" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86" -IUSE="nls" DEPEND="=x11-libs/gtk+-1.2* >=dev-libs/pilot-link-0.11.5" @@ -32,11 +33,11 @@ src_unpack() { src_compile() { use nls || NLS_OPTION="--disable-nls" - econf ${NLS_OPTION} + econf ${NLS_OPTION} || die # make sure we use $CFLAGS mv Makefile Makefile.old - sed -e "s/-g -O2/${CFLAGS}/" Makefile.old > Makefile + sed -e "s:-g -O2:${CFLAGS}:" Makefile.old > Makefile emake || die # build malsync plugin @@ -49,7 +50,7 @@ src_install() { # work around for broken Makefile dodir /usr/bin - einstall + einstall || die insinto /usr/lib/jpilot/plugins doins jpilot-syncmal_${SYNCMAL}/.libs/libsyncmal.so |