aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/ipcad
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-24 14:34:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-24 14:34:55 +0000
commit8348eafbba8bb8010f5f0bc9b1501cc9c1200a9d (patch)
treecff0152014b7be2cc00be5118056cd5d45d8efae /net-mgmt/ipcad
parent5f99cf5ae008ea8c599dde3daf88efc968e57b6a (diff)
downloadports-8348eafbba8bb8010f5f0bc9b1501cc9c1200a9d.tar.gz
ports-8348eafbba8bb8010f5f0bc9b1501cc9c1200a9d.zip
upgrade to 2.5
PR: 27613 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=43021
Diffstat (limited to 'net-mgmt/ipcad')
-rw-r--r--net-mgmt/ipcad/Makefile12
-rw-r--r--net-mgmt/ipcad/distinfo2
-rw-r--r--net-mgmt/ipcad/pkg-descr4
-rw-r--r--net-mgmt/ipcad/pkg-plist2
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