diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 21:58:31 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-25 21:58:31 +0000 |
commit | 201f7e5cb96d36732dc86ecf017082d70d445f25 (patch) | |
tree | d5c305f35731862307d79eb806f42b561c689eef /net-mgmt/2ping | |
parent | e8fb3b1f0763cf1bb61788c2f1d4a1622433ddf3 (diff) | |
download | ports-201f7e5cb96d36732dc86ecf017082d70d445f25.tar.gz ports-201f7e5cb96d36732dc86ecf017082d70d445f25.zip |
Notes
Diffstat (limited to 'net-mgmt/2ping')
-rw-r--r-- | net-mgmt/2ping/Makefile | 9 | ||||
-rw-r--r-- | net-mgmt/2ping/pkg-plist | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile index d901073c6b99..b9aa572e99fc 100644 --- a/net-mgmt/2ping/Makefile +++ b/net-mgmt/2ping/Makefile @@ -6,7 +6,7 @@ CATEGORIES= net-mgmt perl5 MASTER_SITES= http://www.finnie.org/software/2ping/ MAINTAINER= gslin@gslin.org -COMMENT= A bi-directional ping utility +COMMENT= Bi-directional ping utility LICENSE= GPLv2 @@ -15,10 +15,7 @@ RUN_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \ p5-Digest-SHA>=0:${PORTSDIR}/security/p5-Digest-SHA \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -USE_GMAKE= yes -USES= perl5 +USES= gmake perl5 shebangfix +SHEBANG_FILES= src/2ping.pl -MAN8= 2ping.8 2ping6.8 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/2ping/pkg-plist b/net-mgmt/2ping/pkg-plist index 7d6e7f9fcc6a..b70114898faf 100644 --- a/net-mgmt/2ping/pkg-plist +++ b/net-mgmt/2ping/pkg-plist @@ -1,2 +1,4 @@ bin/2ping bin/2ping6 +man/man8/2ping.8.gz +man/man8/2ping6.8.gz |