diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-26 05:58:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-26 05:58:31 +0800 |
commit | fbc3d129f1737dbfb290a52a69060c3a1a4fc700 (patch) | |
tree | d5c305f35731862307d79eb806f42b561c689eef | |
parent | 6fa2d0f877c6caee9b57639d28becf6499b53a79 (diff) | |
download | freebsd-ports-gnome-fbc3d129f1737dbfb290a52a69060c3a1a4fc700.tar.gz freebsd-ports-gnome-fbc3d129f1737dbfb290a52a69060c3a1a4fc700.tar.zst freebsd-ports-gnome-fbc3d129f1737dbfb290a52a69060c3a1a4fc700.zip |
Support stage
Fix shebang
USE_GMAKE -> USES=gmake
-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 |