diff options
author | edwin <edwin@FreeBSD.org> | 2007-04-03 03:06:34 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-04-03 03:06:34 +0800 |
commit | ca6be18ea950c3397c46e6153995e7981ea7e025 (patch) | |
tree | d23b74908cefac00f51a2c8a34076b5c1315edc7 | |
parent | 6ac2593e279e4667075e7f256a649135679c7b67 (diff) | |
download | freebsd-ports-gnome-ca6be18ea950c3397c46e6153995e7981ea7e025.tar.gz freebsd-ports-gnome-ca6be18ea950c3397c46e6153995e7981ea7e025.tar.zst freebsd-ports-gnome-ca6be18ea950c3397c46e6153995e7981ea7e025.zip |
Add missing files, as requested by kris-mail
-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 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> |