diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-18 23:07:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-18 23:07:19 +0000 |
commit | 996b54aaa4cd1298a00cfc1c904f69accfea4252 (patch) | |
tree | 8e84aef89d66d878c9bb7171f165733d4303d2c6 /sys-apps/mtree | |
parent | Version bump. (diff) | |
download | gentoo-2-996b54aaa4cd1298a00cfc1c904f69accfea4252.tar.gz gentoo-2-996b54aaa4cd1298a00cfc1c904f69accfea4252.tar.bz2 gentoo-2-996b54aaa4cd1298a00cfc1c904f69accfea4252.zip |
make the ebuild suck a little less
(Portage version: 2.1_pre9)
Diffstat (limited to 'sys-apps/mtree')
-rw-r--r-- | sys-apps/mtree/mtree-1.5.ebuild | 11 |
1 files changed, 6 insertions, 5 deletions
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 } |