From 996b54aaa4cd1298a00cfc1c904f69accfea4252 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 18 Apr 2006 23:07:19 +0000 Subject: make the ebuild suck a little less (Portage version: 2.1_pre9) --- sys-apps/mtree/mtree-1.5.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sys-apps/mtree') diff --git a/sys-apps/mtree/mtree-1.5.ebuild b/sys-apps/mtree/mtree-1.5.ebuild index 9ffc2b5f7a2b..fcb2dd32e5bf 100644 --- a/sys-apps/mtree/mtree-1.5.ebuild +++ b/sys-apps/mtree/mtree-1.5.ebuild @@ -1,13 +1,14 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtree/mtree-1.5.ebuild,v 1.5 2004/06/24 22:18:35 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/mtree/mtree-1.5.ebuild,v 1.6 2006/04/18 23:07:19 vapier Exp $ -DESCRIPTION="mtree is used to check the permissions of a file system against a spec file" +DESCRIPTION="check the permissions of a file system against a spec file" HOMEPAGE="http://www.netbsd.org/" SRC_URI="ftp://ftp.netbsd.org/pub/NetBSD/packages/bootstrap-pkgsrc.tar.gz" + LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 s390 ~ppc" +KEYWORDS="~ppc s390 ~x86" IUSE="" DEPEND="" @@ -26,6 +27,6 @@ src_compile() { src_install() { cd mtree - dosbin mtree + dosbin mtree || die doman mtree.8 } -- cgit v1.2.3-65-gdbad