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 | |
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')
-rw-r--r-- | net-analyzer/portmon/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/portmon/portmon-1.9.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-analyzer/portmon/Manifest b/net-analyzer/portmon/Manifest index be71d4790c9f..1b3aebd22fd9 100644 --- a/net-analyzer/portmon/Manifest +++ b/net-analyzer/portmon/Manifest @@ -1,4 +1,4 @@ -MD5 f7702ec668473a6ee69851f365768380 portmon-1.9.ebuild 835 MD5 c0f3579368a2f23a18c438ed2088db6f ChangeLog 430 +MD5 8bb1ae7ae339951cb9a47bc4e4bbc204 portmon-1.9.ebuild 833 MD5 52e3317349da2a915781b132dba91d9f files/digest-portmon-1.9 63 MD5 812c26d0945ff1608d35efefe7196442 files/portmon.init 801 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 |