diff options
author | bapt <bapt@FreeBSD.org> | 2012-11-06 19:54:36 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-11-06 19:54:36 +0800 |
commit | 0fe03ae6e7ed53a803e106e912b5dd00c8e2a839 (patch) | |
tree | ec684b6b9fff1bb618c7cc85a498fad7f038dd57 | |
parent | 5713c2156ac2f08c200bcd58c05831d8517f0794 (diff) | |
download | freebsd-ports-gnome-0fe03ae6e7ed53a803e106e912b5dd00c8e2a839.tar.gz freebsd-ports-gnome-0fe03ae6e7ed53a803e106e912b5dd00c8e2a839.tar.zst freebsd-ports-gnome-0fe03ae6e7ed53a803e106e912b5dd00c8e2a839.zip |
Deprecate as it has been merge in netstat(1) on all supported version of FreeBSD
Approved by: csjp (maintainer)
Feature safe: yes
-rw-r--r-- | net/bpfstat/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/net/bpfstat/Makefile b/net/bpfstat/Makefile index 6d9ce9a233ce..88f79a5f422f 100644 --- a/net/bpfstat/Makefile +++ b/net/bpfstat/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bpfstat -# Date created: 27 July 2005 -# Whom: Christian S.J. Peron <csjp@FreeBSD.org> -# +# Created by: Christian S.J. Peron <csjp@FreeBSD.org> # $FreeBSD$ -# PORTNAME= bpfstat PORTVERSION= 1.0 @@ -14,6 +10,9 @@ MASTER_SITE_SUBDIR= csjp MAINTAINER= csjp@FreeBSD.org COMMENT= Program to retrieve bpf statistics +DEPRECATED= Merge in netstat on all supported version of FreeBSD +EXPIRATION_DATE= 2012-12-06 + MAN8= bpfstat.8 PLIST_FILES= sbin/bpfstat |