diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-24 22:34:55 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-24 22:34:55 +0800 |
commit | 210cd436b58a84e209bcf7875f79fc2f6bcf8fb9 (patch) | |
tree | 00e65c27d9555a535e2263470c3c4fbb883eca6d /net-mgmt | |
parent | f827d132276c58849d8e1da247b250d40ada70e0 (diff) | |
download | freebsd-ports-gnome-210cd436b58a84e209bcf7875f79fc2f6bcf8fb9.tar.gz freebsd-ports-gnome-210cd436b58a84e209bcf7875f79fc2f6bcf8fb9.tar.zst freebsd-ports-gnome-210cd436b58a84e209bcf7875f79fc2f6bcf8fb9.zip |
upgrade to 2.5
PR: 27613
Submitted by: maintainer
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipcad/Makefile | 12 | ||||
-rw-r--r-- | net-mgmt/ipcad/distinfo | 2 | ||||
-rw-r--r-- | net-mgmt/ipcad/pkg-descr | 4 | ||||
-rw-r--r-- | net-mgmt/ipcad/pkg-plist | 2 |
4 files changed, 10 insertions, 10 deletions
diff --git a/net-mgmt/ipcad/Makefile b/net-mgmt/ipcad/Makefile index dc0526376379..1c98eab48df0 100644 --- a/net-mgmt/ipcad/Makefile +++ b/net-mgmt/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-mgmt/ipcad/distinfo b/net-mgmt/ipcad/distinfo index fd58e760de5b..6daeb0850d84 100644 --- a/net-mgmt/ipcad/distinfo +++ b/net-mgmt/ipcad/distinfo @@ -1 +1 @@ -MD5 (ipcad-2.2.tar.gz) = c4cc97801b92fd48bbc63efa31f6650f +MD5 (ipcad-2.5.tar.gz) = 0e700c5b2b0ccb1f4e3925d358cf1298 diff --git a/net-mgmt/ipcad/pkg-descr b/net-mgmt/ipcad/pkg-descr index 0d5d1a036952..dd42f9f96f73 100644 --- a/net-mgmt/ipcad/pkg-descr +++ b/net-mgmt/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-mgmt/ipcad/pkg-plist b/net-mgmt/ipcad/pkg-plist index 3ac015c57621..4e24836e2d0e 100644 --- a/net-mgmt/ipcad/pkg-plist +++ b/net-mgmt/ipcad/pkg-plist @@ -1,4 +1,2 @@ bin/ipcad etc/ipcad.conf.sample -%%PORTDOCS%%share/doc/ipcad/README -@dirrm share/doc/ipcad |