summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-04-02 19:06:34 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-04-02 19:06:34 +0000
commit02985014dc98d79013a70d11e05946433f3c4d4b (patch)
tree16a5c968c79dac6a4b551627c1be63a3dbbf65db /net-mgmt
parent- Remove old Perl support from unmaintained ports in categories starting (diff)
Add missing files, as requested by kris-mail
Notes
Notes: svn path=/head/; revision=189025
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ipv6calc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile
index df114b8043eb..0ad693826962 100644
--- a/net-mgmt/ipv6calc/Makefile
+++ b/net-mgmt/ipv6calc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ipv6calc
PORTVERSION= 0.70.0
+PORTREVISION= 1
CATEGORIES= net-mgmt ipv6
MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/
@@ -17,8 +18,8 @@ USE_GETTEXT= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats
+PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats bin/ipv6loganon
-MAN8= ipv6calc.8 ipv6logconv.8 ipv6logstats.8
+MAN8= ipv6calc.8 ipv6logconv.8 ipv6logstats.8 ipv6loganon.8
.include <bsd.port.mk>