summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-01 01:28:23 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-05-01 01:28:23 +0000
commit6492bcbdc9099e84ab9eb57fae30881f31e3a14b (patch)
tree94bf3473158fc13cf025911e1639020de92e5cc4 /net-firewall/pftop/pftop-0.5.ebuild
parentUpdate to 6.1_rc1 and don't install convert.pl. (diff)
downloadhistorical-6492bcbdc9099e84ab9eb57fae30881f31e3a14b.tar.gz
historical-6492bcbdc9099e84ab9eb57fae30881f31e3a14b.tar.bz2
historical-6492bcbdc9099e84ab9eb57fae30881f31e3a14b.zip
Add support for FreeBSD 6.1.
Package-Manager: portage-2.1_pre10
Diffstat (limited to 'net-firewall/pftop/pftop-0.5.ebuild')
-rw-r--r--net-firewall/pftop/pftop-0.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/pftop/pftop-0.5.ebuild b/net-firewall/pftop/pftop-0.5.ebuild
index 588f3a91dae8..bd4866e77332 100644
--- a/net-firewall/pftop/pftop-0.5.ebuild
+++ b/net-firewall/pftop/pftop-0.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 2006-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.5.ebuild,v 1.1 2006/04/14 17:08:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/pftop/pftop-0.5.ebuild,v 1.2 2006/05/01 01:28:23 flameeyes Exp $
inherit bsdmk
DESCRIPTION="Pftop: curses-based utility for real-time display of active states and rule statistics for pf"
@@ -27,7 +27,7 @@ src_compile() {
OSLEVEL=${obsdver//.}
;;
*-freebsd5.[34]) OSLEVEL=35 ;;
- *-freebsd6.0) OSLEVEL=37 ;;
+ *-freebsd6.[01]) OSLEVEL=37 ;;
*)
die "Your OS/Version is not supported (${CHOST}), please report."
;;