diff options
Diffstat (limited to 'gnustep-apps/gridlock/gridlock-1.9.ebuild')
-rw-r--r-- | gnustep-apps/gridlock/gridlock-1.9.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gnustep-apps/gridlock/gridlock-1.9.ebuild b/gnustep-apps/gridlock/gridlock-1.9.ebuild index 811d91b06e62..84289eb9c0ac 100644 --- a/gnustep-apps/gridlock/gridlock-1.9.ebuild +++ b/gnustep-apps/gridlock/gridlock-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/gridlock-1.9.ebuild,v 1.4 2005/07/16 15:47:34 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/gridlock/gridlock-1.9.ebuild,v 1.1 2004/09/25 19:16:18 fafhrd Exp $ inherit gnustep @@ -11,9 +11,9 @@ HOMEPAGE="http://dozingcat.com/" SRC_URI="http://dozingcat.com/Gridlock/${PN/g/G}-gnustep-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~x86" -IUSE="doc" +IUSE="${IUSE} doc" DEPEND="${GS_DEPEND}" RDEPEND="${GS_RDEPEND}" @@ -22,8 +22,9 @@ src_install() { egnustep_install || die if use doc then - mkdir -p ${D}$(egnustep_prefix)/System/Library/Documentation/User/Gridlock - cp Resources/readme.html ${D}$(egnustep_prefix)/System/Library/Documentation/User/Gridlock + mkdir -p ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/User/Gridlock + cp Resources/readme.html ${D}${GNUSTEP_SYSTEM_ROOT}/Library/Documentation/User/Gridlock fi egnustep_package_config } + |