diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:40:14 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-05 23:40:14 +0000 |
commit | 081020c6d8b00f2750190600c12379ea601be8f5 (patch) | |
tree | ecf8f2c2128cc45ef37da71a9c2073774502cba0 /net-analyzer/portmon/portmon-1.9.ebuild | |
parent | header fix (diff) | |
download | gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.gz gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.tar.bz2 gentoo-2-081020c6d8b00f2750190600c12379ea601be8f5.zip |
whitespace cleanup
Diffstat (limited to 'net-analyzer/portmon/portmon-1.9.ebuild')
-rw-r--r-- | net-analyzer/portmon/portmon-1.9.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net-analyzer/portmon/portmon-1.9.ebuild b/net-analyzer/portmon/portmon-1.9.ebuild index bb9347083ae0..e2ce0eed4f6f 100644 --- a/net-analyzer/portmon/portmon-1.9.ebuild +++ b/net-analyzer/portmon/portmon-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/portmon-1.9.ebuild,v 1.1 2003/07/29 01:36:45 gregf Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portmon/portmon-1.9.ebuild,v 1.2 2003/09/05 23:40:10 msterret Exp $ DESCRIPTION="Portmon is a netwok service monitoring daemon." SRC_URI="http://aboleo.net/software/portmon/downloads/${P}.tar.gz" @@ -15,16 +15,16 @@ DEPEND="virtual/glibc" RDEPEND="${RDEPEND}" src_compile() { - econf --sysconfdir=/etc/portmon || die "Configure failed" + econf --sysconfdir=/etc/portmon || die "Configure failed" emake || die "emake failed" } src_install() { - into /usr + into /usr dosbin src/portmon doman extras/portmon.8 - + insinto /etc/portmon doins extras/portmon.hosts.sample dodoc AUTHORS BUGS README |