diff options
Diffstat (limited to 'net/ipcad')
-rw-r--r-- | net/ipcad/Makefile | 12 | ||||
-rw-r--r-- | net/ipcad/distinfo | 2 | ||||
-rw-r--r-- | net/ipcad/pkg-descr | 4 | ||||
-rw-r--r-- | net/ipcad/pkg-plist | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/net/ipcad/Makefile b/net/ipcad/Makefile index dc0526376379..1c98eab48df0 100644 --- a/net/ipcad/Makefile +++ b/net/ipcad/Makefile @@ -6,17 +6,19 @@ # PORTNAME= ipcad -PORTVERSION= 2.2 +PORTVERSION= 2.5 CATEGORIES= net MASTER_SITES= http://www.spelio.net.ru/soft/ MAINTAINER= vlm@spelio.net.ru +MANCOMPRESSED= no +MAN5= ipcad.conf.5 +MAN8= ipcad.8 + post-install: strip ${PREFIX}/bin/ipcad -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/ipcad - ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/ipcad -.endif + ${INSTALL_MAN} ${WRKSRC}/ipcad.8 ${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ipcad.conf.5 ${PREFIX}/man/man5 .include <bsd.port.mk> diff --git a/net/ipcad/distinfo b/net/ipcad/distinfo index fd58e760de5b..6daeb0850d84 100644 --- a/net/ipcad/distinfo +++ b/net/ipcad/distinfo @@ -1 +1 @@ -MD5 (ipcad-2.2.tar.gz) = c4cc97801b92fd48bbc63efa31f6650f +MD5 (ipcad-2.5.tar.gz) = 0e700c5b2b0ccb1f4e3925d358cf1298 diff --git a/net/ipcad/pkg-descr b/net/ipcad/pkg-descr index 0d5d1a036952..dd42f9f96f73 100644 --- a/net/ipcad/pkg-descr +++ b/net/ipcad/pkg-descr @@ -1,9 +1,9 @@ IPCAD is an ip accounting daemon. It uses bpf or pcap to access interfaces -and gather ip statistics. Gathered numbers are arranged to form a +and gather ip statistics. Collected numbers are arranged to form an address-to-address flow pairs and than can be accessed via rsh in Cisco fashion. -See README file for details. +See README file and man pages for details. WWW: http://www.spelio.net.ru/soft/ diff --git a/net/ipcad/pkg-plist b/net/ipcad/pkg-plist index 3ac015c57621..4e24836e2d0e 100644 --- a/net/ipcad/pkg-plist +++ b/net/ipcad/pkg-plist @@ -1,4 +1,2 @@ bin/ipcad etc/ipcad.conf.sample -%%PORTDOCS%%share/doc/ipcad/README -@dirrm share/doc/ipcad |