diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-04 02:48:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-07-04 02:48:08 +0000 |
commit | 1ddd17f1516f73eb65089988d46b12ae7dffc9d6 (patch) | |
tree | be0f4d53898d7f6e6064050e7bbaf5a06908bf62 | |
parent | e1ff78030202baaeff667808e1f494faa7785391 (diff) | |
download | ports-1ddd17f1516f73eb65089988d46b12ae7dffc9d6.tar.gz ports-1ddd17f1516f73eb65089988d46b12ae7dffc9d6.zip |
Notes
-rw-r--r-- | net-mgmt/2ping/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile index 227ba0204a06..0537255e8ae6 100644 --- a/net-mgmt/2ping/Makefile +++ b/net-mgmt/2ping/Makefile @@ -4,7 +4,8 @@ PORTNAME= 2ping PORTVERSION= 2.1.1 PORTREVISION= 1 CATEGORIES= net-mgmt perl5 -MASTER_SITES= http://www.finnie.org/software/2ping/ +MASTER_SITES= http://www.finnie.org/software/2ping/ \ + LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Bi-directional ping utility @@ -15,12 +16,13 @@ BUILD_DEPENDS= p5-Digest-CRC>=0:${PORTSDIR}/security/p5-Digest-CRC \ p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 USE_PERL5= configure +USES= perl5 -PLIST_FILES= bin/2ping man/man1/2ping.1.gz +PLIST_FILES= bin/2ping \ + man/man1/2ping.1.gz -post-extract: - @${REINPLACE_CMD} -e 's/2ping.1p/2ping.1/' ${WRKSRC}/Makefile.PL +post-patch: + @${REINPLACE_CMD} -e 's|2ping.1p|2ping.1|' ${WRKSRC}/Makefile.PL .include <bsd.port.mk> |