aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipacctd
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2013-04-24 17:00:20 +0000
committerEitan Adler <eadler@FreeBSD.org>2013-04-24 17:00:20 +0000
commit6776ef7ff8309b5ccf3bc0f6c42966854b0dbade (patch)
treedffb4f0deb90ed48e47d46f386b221afa251431e /net-mgmt/ipacctd
parent15a5a2f67682b6f9fe677aa56a261ec0e6983643 (diff)
Notes
Diffstat (limited to 'net-mgmt/ipacctd')
-rw-r--r--net-mgmt/ipacctd/Makefile5
-rw-r--r--net-mgmt/ipacctd/pkg-descr3
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/