diff options
author | eadler <eadler@FreeBSD.org> | 2013-04-25 01:00:20 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2013-04-25 01:00:20 +0800 |
commit | ebca0ffaf4d914a9e521c8f376a35f55c4df20de (patch) | |
tree | dffb4f0deb90ed48e47d46f386b221afa251431e /net-mgmt/ipacctd | |
parent | 9f711d4598276410eab008ec1072e8f69e118b1e (diff) | |
download | freebsd-ports-gnome-ebca0ffaf4d914a9e521c8f376a35f55c4df20de.tar.gz freebsd-ports-gnome-ebca0ffaf4d914a9e521c8f376a35f55c4df20de.tar.zst freebsd-ports-gnome-ebca0ffaf4d914a9e521c8f376a35f55c4df20de.zip |
For some unmaintained ports:
- fix format for pkg-descr
- convert to OptionsNG
- remove logic for older versions of python which we no longer support
- remove option for old versions of FreeBSD
- unconditionally set PORTDOCS
- etc.
Reviewed by: jgh
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/ |