diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-04-24 17:00:20 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-04-24 17:00:20 +0000 |
commit | 6776ef7ff8309b5ccf3bc0f6c42966854b0dbade (patch) | |
tree | dffb4f0deb90ed48e47d46f386b221afa251431e /net-mgmt/ng_ipacct | |
parent | 15a5a2f67682b6f9fe677aa56a261ec0e6983643 (diff) | |
download | ports-6776ef7ff8309b5ccf3bc0f6c42966854b0dbade.tar.gz ports-6776ef7ff8309b5ccf3bc0f6c42966854b0dbade.zip |
Notes
Diffstat (limited to 'net-mgmt/ng_ipacct')
-rw-r--r-- | net-mgmt/ng_ipacct/Makefile | 9 | ||||
-rw-r--r-- | net-mgmt/ng_ipacct/pkg-descr | 3 |
2 files changed, 2 insertions, 10 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile index 07ee11c325ab..01ddcf5d464b 100644 --- a/net-mgmt/ng_ipacct/Makefile +++ b/net-mgmt/ng_ipacct/Makefile @@ -16,8 +16,6 @@ NO_PACKAGE= Depends on kernel IGNORE= Depends on kernel .endif -OPTIONS= MEM_ZONE "Use UMA zone allocator (>= 5.x only)" on - KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR:S!^/!!} @@ -29,12 +27,7 @@ MANCOMPRESSED= yes USE_RC_SUBR= ng_ipacct SUB_FILES= pkg-message - -.include <bsd.port.pre.mk> - -.ifdef WITH_MEM_ZONE CFLAGS+= -DMEM_USE_ZONE -.endif post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} @@ -46,4 +39,4 @@ post-install: ${PREFIX}/etc/ng_ipacct.conf.sample @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/net-mgmt/ng_ipacct/pkg-descr b/net-mgmt/ng_ipacct/pkg-descr index 3218be96168a..e8cbde3c333d 100644 --- a/net-mgmt/ng_ipacct/pkg-descr +++ b/net-mgmt/ng_ipacct/pkg-descr @@ -15,5 +15,4 @@ Also, effective user ID of relevant process and timestamp can be saved. CPU overhead is minimal because ng_ipacct works at kernel level. -Author: Roman V. Palagin <romanp@unshadow.net> -WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/ +WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/kernel/ng_ipacct/ |