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/ipacctd | |
parent | 15a5a2f67682b6f9fe677aa56a261ec0e6983643 (diff) |
Notes
Diffstat (limited to 'net-mgmt/ipacctd')
-rw-r--r-- | net-mgmt/ipacctd/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/ipacctd/pkg-descr | 3 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/ipacctd/Makefile b/net-mgmt/ipacctd/Makefile index 78799d0bd821..dd0255eaf008 100644 --- a/net-mgmt/ipacctd/Makefile +++ b/net-mgmt/ipacctd/Makefile @@ -18,12 +18,13 @@ MAN8= ipacctd.8 MANLANG= "" ru.KOI8-R MANCOMPRESSED= yes +.include <bsd.port.options.mk> + post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} post-install: -.ifndef(NOPORTDOCS) - @${ECHO_MSG} "===> Installing documentation for ${PKGNAME}" +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}/ru @${INSTALL_DATA} ${WRKSRC}/README.ipacctd ${DOCSDIR}/ru .endif diff --git a/net-mgmt/ipacctd/pkg-descr b/net-mgmt/ipacctd/pkg-descr index d00258966fde..d5df738b9c5c 100644 --- a/net-mgmt/ipacctd/pkg-descr +++ b/net-mgmt/ipacctd/pkg-descr @@ -1,5 +1,4 @@ The ipacctd is intended for IP accounting. divert(4) and corresponding ipfw(8) rules are used for obtaining IP packets. -Author: Roman V. Palagin <romanp@unshadow.net> -WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ +WWW: ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ |