diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 13:27:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-22 13:27:47 +0000 |
commit | 27131af048a96a66da00e774519e794cba24ea7d (patch) | |
tree | fd4e71d9118c79182884882aef61d5b582d3c9e1 /net-mgmt/ng_ipacct | |
parent | c287dd3fa59f142986721a868689c582e67fd3d4 (diff) | |
download | ports-27131af048a96a66da00e774519e794cba24ea7d.tar.gz ports-27131af048a96a66da00e774519e794cba24ea7d.zip |
Notes
Diffstat (limited to 'net-mgmt/ng_ipacct')
-rw-r--r-- | net-mgmt/ng_ipacct/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile index 95c14196dcde..07ee11c325ab 100644 --- a/net-mgmt/ng_ipacct/Makefile +++ b/net-mgmt/ng_ipacct/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ng_ipacct -# Date created: 30 Nov 2004 -# Whom: Sergey Skvortsov <skv@protey.ru> -# +# Created by: Sergey Skvortsov <skv@protey.ru> # $FreeBSD$ -# PORTNAME= ng_ipacct PORTVERSION= 20061223 @@ -11,7 +7,7 @@ CATEGORIES= net-mgmt kld MASTER_SITES= ${MASTER_SITE_LOCAL:S!$!skv/!} \ ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/ -MAINTAINER= skv@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Netgraph IP accounting .ifndef PACKAGE_BUILDING |