diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:23:03 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 01:23:03 +0000 |
commit | 429b99c5a2fbbb7393ed8b084ad009bdad984d57 (patch) | |
tree | 3479102e708574c67858d836c3a9301ae260203b /www-misc/bookmarksync/bookmarksync-0.3.2.ebuild | |
parent | QA: Don't assign default to S; Use default src_compile (diff) | |
download | gentoo-2-429b99c5a2fbbb7393ed8b084ad009bdad984d57.tar.gz gentoo-2-429b99c5a2fbbb7393ed8b084ad009bdad984d57.tar.bz2 gentoo-2-429b99c5a2fbbb7393ed8b084ad009bdad984d57.zip |
QA: Don't assign default to S
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'www-misc/bookmarksync/bookmarksync-0.3.2.ebuild')
-rw-r--r-- | www-misc/bookmarksync/bookmarksync-0.3.2.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild b/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild index c98febb9aaf0..3b810156073c 100644 --- a/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild +++ b/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild,v 1.1 2004/08/15 18:03:24 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-misc/bookmarksync/bookmarksync-0.3.2.ebuild,v 1.2 2005/07/10 01:21:02 swegener Exp $ IUSE="" -S=${WORKDIR}/${P} DESCRIPTION="bookmarksync synchronizes various browser bookmark files" SRC_URI="mirror://sourceforge/booksync/${P}.tar.gz" RESTRICT="nomirror" @@ -14,13 +13,6 @@ SLOT="0" KEYWORDS="~x86" DEPEND="virtual/libc" - -src_compile() { - emake || die -} - src_install () { - exeinto /usr/bin - doexe bookmarksync + dobin bookmarksync } - |