diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-06 22:39:16 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-06 22:39:16 +0000 |
commit | 78c3650892a8a2cb9481e6da651a45c5a442b185 (patch) | |
tree | b51e11c091da28d3a64605fa7ae8562cfd228c65 /net-analyzer/portsentry/portsentry-1.2.ebuild | |
parent | ~amd64 -sparc. (Manifest recommit) (diff) | |
download | gentoo-2-78c3650892a8a2cb9481e6da651a45c5a442b185.tar.gz gentoo-2-78c3650892a8a2cb9481e6da651a45c5a442b185.tar.bz2 gentoo-2-78c3650892a8a2cb9481e6da651a45c5a442b185.zip |
fixed config file ; added manpages ; closes #56041; added metadata ; added IUSE
Diffstat (limited to 'net-analyzer/portsentry/portsentry-1.2.ebuild')
-rw-r--r-- | net-analyzer/portsentry/portsentry-1.2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-analyzer/portsentry/portsentry-1.2.ebuild b/net-analyzer/portsentry/portsentry-1.2.ebuild index 1a935639b083..64d7fbbf3888 100644 --- a/net-analyzer/portsentry/portsentry-1.2.ebuild +++ b/net-analyzer/portsentry/portsentry-1.2.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/net-analyzer/portsentry/portsentry-1.2.ebuild,v 1.5 2004/07/06 03:10:06 malc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.2.ebuild,v 1.6 2004/07/06 22:39:16 eldad Exp $ inherit eutils @@ -12,6 +12,7 @@ SRC_URI="mirror://sourceforge/sentrytools/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~amd64" +IUSE="" DEPEND=">=sys-apps/sed-4" S=${WORKDIR}/${PN}_beta @@ -42,6 +43,8 @@ src_compile() { } src_install() { + doman ${FILESDIR}/{portsentry.8,portsentry.conf.5} + dobin portsentry ignore.csh dodoc README* CHANGES LICENSE CREDITS newdoc portsentry.ignore portsentry.ignore.sample |