aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/2ping
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:55:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-10-01 15:55:33 +0000
commit6cda989732af40e4947275d7aad5ba7d6fb898e9 (patch)
tree5a6b93f37be0947fc1d7fa255508579257d75492 /net-mgmt/2ping
parent0ce90b0adb2d83355882d75dedee00055d9e429e (diff)
downloadports-6cda989732af40e4947275d7aad5ba7d6fb898e9.tar.gz
ports-6cda989732af40e4947275d7aad5ba7d6fb898e9.zip
- Add NO_ARCH
- Update PLIST_FILES: %%PERL5_MAN1%% instead of ${SITE_MAN1} as other p5-* PLIST entries
Notes
Notes: svn path=/head/; revision=398293
Diffstat (limited to 'net-mgmt/2ping')
-rw-r--r--net-mgmt/2ping/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/2ping/Makefile b/net-mgmt/2ping/Makefile
index 1acb56564c39..18773d807ab9 100644
--- a/net-mgmt/2ping/Makefile
+++ b/net-mgmt/2ping/Makefile
@@ -16,11 +16,12 @@ 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}
+NO_ARCH= yes
USE_PERL5= configure
USES= perl5
PLIST_FILES= bin/2ping \
- ${SITE_MAN1}/2ping.1.gz
+ %%PERL5_MAN1%%/2ping.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|2ping.1p|2ping.1|' ${WRKSRC}/Makefile.PL