summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKito Danya Dietrich <kito@gentoo.org>2005-02-03 19:16:52 +0000
committerKito Danya Dietrich <kito@gentoo.org>2005-02-03 19:16:52 +0000
commita0d91d1bf001547fe40048977e0ca91f8a3659c8 (patch)
tree874e2753dc10315d69a1647006f603e630292228 /sys-apps/freebsd-stat
parentMarked }~andmd64. (diff)
downloadhistorical-a0d91d1bf001547fe40048977e0ca91f8a3659c8.tar.gz
historical-a0d91d1bf001547fe40048977e0ca91f8a3659c8.tar.bz2
historical-a0d91d1bf001547fe40048977e0ca91f8a3659c8.zip
add symlinks for readlink and IUSE="build"
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'sys-apps/freebsd-stat')
-rw-r--r--sys-apps/freebsd-stat/Manifest2
-rw-r--r--sys-apps/freebsd-stat/freebsd-stat-5.3_p20050202.ebuild12
2 files changed, 10 insertions, 4 deletions
diff --git a/sys-apps/freebsd-stat/Manifest b/sys-apps/freebsd-stat/Manifest
index 020cee6d8905..79fe7b06a97e 100644
--- a/sys-apps/freebsd-stat/Manifest
+++ b/sys-apps/freebsd-stat/Manifest
@@ -1,4 +1,4 @@
MD5 ab47d669ccfd74017499854bfa2483e6 ChangeLog 376
-MD5 899a79dc5976fc637bde82866f6de928 freebsd-stat-5.3_p20050202.ebuild 580
+MD5 c60376bb263feb84534388ca5671e423 freebsd-stat-5.3_p20050202.ebuild 696
MD5 e526e84277cb8eb1bcf73840117ff45a metadata.xml 220
MD5 fc11e437607304215c10f7d81f57056f files/digest-freebsd-stat-5.3_p20050202 77
diff --git a/sys-apps/freebsd-stat/freebsd-stat-5.3_p20050202.ebuild b/sys-apps/freebsd-stat/freebsd-stat-5.3_p20050202.ebuild
index f43f37be2cc7..b8231fc0dd4f 100644
--- a/sys-apps/freebsd-stat/freebsd-stat-5.3_p20050202.ebuild
+++ b/sys-apps/freebsd-stat/freebsd-stat-5.3_p20050202.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/freebsd-stat/freebsd-stat-5.3_p20050202.ebuild,v 1.1 2005/02/02 23:42:13 kito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/freebsd-stat/freebsd-stat-5.3_p20050202.ebuild,v 1.2 2005/02/03 19:16:52 kito Exp $
DESCRIPTION="FreeBSD stat, readlink - display file status"
HOMEPAGE="http://www.freebsd.org/"
@@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~ppc-macos"
-IUSE=""
+IUSE="build"
DEPEND="virtual/libc"
@@ -21,5 +21,11 @@ src_compile() {
src_install() {
dobin stat
- doman stat.1
+ dosym stat /usr/bin/readlink
+
+ if ! use build; then
+ doman stat.1
+ dosym stat.1.gz /usr/share/man/man1/readlink.1.gz
+ fi
+
}