Date: Tue, 23 Sep 2014 10:21:28 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369024 - head/net-mgmt/ng_ipacct Message-ID: <201409231021.s8NALSNT095245@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Sep 23 10:21:28 2014 New Revision: 369024 URL: http://svnweb.freebsd.org/changeset/ports/369024 QAT: https://qat.redports.org/buildarchive/r369024/ Log: Simpify plist Fix license Modified: head/net-mgmt/ng_ipacct/Makefile head/net-mgmt/ng_ipacct/pkg-plist Modified: head/net-mgmt/ng_ipacct/Makefile ============================================================================== --- head/net-mgmt/ng_ipacct/Makefile Tue Sep 23 10:19:55 2014 (r369023) +++ head/net-mgmt/ng_ipacct/Makefile Tue Sep 23 10:21:28 2014 (r369024) @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL:S!$!sk MAINTAINER= vsevolod@FreeBSD.org COMMENT= Netgraph IP accounting -LICENSE= BSD +LICENSE= BSD2CLAUSE USES= kmod uidfix Modified: head/net-mgmt/ng_ipacct/pkg-plist ============================================================================== --- head/net-mgmt/ng_ipacct/pkg-plist Tue Sep 23 10:19:55 2014 (r369023) +++ head/net-mgmt/ng_ipacct/pkg-plist Tue Sep 23 10:21:28 2014 (r369024) @@ -2,6 +2,4 @@ man/ru.KOI8-R/man8/ipacctctl.8.gz include/netgraph/ng_ipacct.h etc/ng_ipacct.conf.sample sbin/ipacctctl -@dirrmtry include/netgraph -@cwd / -%%KMODDIR%%/ng_ipacct.ko +/%%KMODDIR%%/ng_ipacct.ko
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231021.s8NALSNT095245>