mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Add my LOCAL to MASTER_SITES
- Cosmetic change
This commit is contained in:
parent
e1ff780302
commit
1ddd17f151
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360509
1 changed files with 7 additions and 5 deletions
|
@ -4,7 +4,8 @@ PORTNAME= 2ping
|
||||||
PORTVERSION= 2.1.1
|
PORTVERSION= 2.1.1
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
CATEGORIES= net-mgmt perl5
|
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
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= Bi-directional ping utility
|
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
|
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USES= perl5
|
|
||||||
USE_PERL5= configure
|
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:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's/2ping.1p/2ping.1/' ${WRKSRC}/Makefile.PL
|
@${REINPLACE_CMD} -e 's|2ping.1p|2ping.1|' ${WRKSRC}/Makefile.PL
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue