diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:19:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-03 10:19:39 +0000 |
commit | b6f71578827791a8d8a302c3dc1f279f7b78d406 (patch) | |
tree | 7014e229b0de726728bb3d17b7c237c40ea3c82d /x11-wm | |
parent | Some 50 repoman issues. (diff) | |
download | gentoo-2-b6f71578827791a8d8a302c3dc1f279f7b78d406.tar.gz gentoo-2-b6f71578827791a8d8a302c3dc1f279f7b78d406.tar.bz2 gentoo-2-b6f71578827791a8d8a302c3dc1f279f7b78d406.zip |
Quoting. Unnecessary inherit autotools.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/jwm/jwm-0.23.ebuild | 6 | ||||
-rw-r--r-- | x11-wm/jwm/jwm-1.7.ebuild | 4 | ||||
-rw-r--r-- | x11-wm/jwm/jwm-2.0.1.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/x11-wm/jwm/jwm-0.23.ebuild b/x11-wm/jwm/jwm-0.23.ebuild index e234adf204bf..b5d8132c1038 100644 --- a/x11-wm/jwm/jwm-0.23.ebuild +++ b/x11-wm/jwm/jwm-0.23.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-0.23.ebuild,v 1.4 2007/07/22 04:44:15 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-0.23.ebuild,v 1.5 2009/08/03 10:19:39 ssuominen Exp $ IUSE="" @@ -24,7 +24,7 @@ src_install() { dodir /usr/bin dodir /etc dodir /usr/share/man - make BINDIR=${D}/usr/bin SYSCONF=${D}/etc MANDIR=${D}/usr/share/man install || die + emake BINDIR="${D}/usr/bin" SYSCONF="${D}/etc" MANDIR="${D}/usr/share/man" install || die echo "#!/bin/sh" > jwm echo "exec /usr/bin/jwm" >> jwm diff --git a/x11-wm/jwm/jwm-1.7.ebuild b/x11-wm/jwm/jwm-1.7.ebuild index e3958dc6665c..ae8e54706e3a 100644 --- a/x11-wm/jwm/jwm-1.7.ebuild +++ b/x11-wm/jwm/jwm-1.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-1.7.ebuild,v 1.7 2009/01/09 15:11:33 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-1.7.ebuild,v 1.8 2009/08/03 10:19:39 ssuominen Exp $ -inherit autotools eutils +inherit eutils IUSE="bidi debug png truetype xinerama xpm" diff --git a/x11-wm/jwm/jwm-2.0.1.ebuild b/x11-wm/jwm/jwm-2.0.1.ebuild index dd488f35df63..deb540e239e3 100644 --- a/x11-wm/jwm/jwm-2.0.1.ebuild +++ b/x11-wm/jwm/jwm-2.0.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-2.0.1.ebuild,v 1.2 2009/01/09 15:11:33 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/jwm/jwm-2.0.1.ebuild,v 1.3 2009/08/03 10:19:39 ssuominen Exp $ -inherit autotools eutils +inherit eutils IUSE="bidi debug jpeg png truetype xinerama xpm" |