diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-02 19:06:34 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-02 19:06:34 +0000 |
commit | ca6be18ea950c3397c46e6153995e7981ea7e025 (patch) | |
tree | d23b74908cefac00f51a2c8a34076b5c1315edc7 /net-mgmt/ipv6calc | |
parent | 6ac2593e279e4667075e7f256a649135679c7b67 (diff) | |
download | FreeBSD-ports-ca6be18ea950c3397c46e6153995e7981ea7e025.zip FreeBSD-ports-ca6be18ea950c3397c46e6153995e7981ea7e025.tar.gz |
Add missing files, as requested by kris-mail
Diffstat (limited to 'net-mgmt/ipv6calc')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index df114b8..0ad6938 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> |