diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:16:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-12 10:16:37 +0000 |
commit | a583d66f2bfd43310f7a1d552cf2aabbaa8b5aeb (patch) | |
tree | 5170eb3354ecf2f7bee2ee4e47c02bf525f5aa6b /net-mgmt/ipv6calc/Makefile | |
parent | e5fdee16628884933ea76071e507e5a3e5c8e731 (diff) | |
download | ports-a583d66f2bfd43310f7a1d552cf2aabbaa8b5aeb.tar.gz ports-a583d66f2bfd43310f7a1d552cf2aabbaa8b5aeb.zip |
Notes
Diffstat (limited to 'net-mgmt/ipv6calc/Makefile')
-rw-r--r-- | net-mgmt/ipv6calc/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-mgmt/ipv6calc/Makefile b/net-mgmt/ipv6calc/Makefile index 3299b3aaa836..2ddbd9d489b1 100644 --- a/net-mgmt/ipv6calc/Makefile +++ b/net-mgmt/ipv6calc/Makefile @@ -9,13 +9,12 @@ MASTER_SITES= ftp://ftp.bieringer.de/pub/linux/IPv6/ipv6calc/ MAINTAINER= edwin@mavetju.org COMMENT= Convert, change, and calculate with IPv6 addresses -USES= gettext -USE_GMAKE= yes +USES= gettext gmake GNU_CONFIGURE= yes -PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats bin/ipv6loganon +PLIST_FILES= bin/ipv6calc bin/ipv6logconv bin/ipv6logstats \ + bin/ipv6loganon man/man8/ipv6calc.8.gz \ + man/man8/ipv6loganon.8.gz man/man8/ipv6logconv.8.gz \ + man/man8/ipv6logstats.8.gz -MAN8= ipv6calc.8 ipv6logconv.8 ipv6logstats.8 ipv6loganon.8 - -NO_STAGE= yes .include <bsd.port.mk> |