diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 23:55:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-01 23:55:33 +0800 |
commit | af38ea0a1fe5903b527f61e7d07e858b3473d454 (patch) | |
tree | 5a6b93f37be0947fc1d7fa255508579257d75492 /net-mgmt | |
parent | cd73e0017a446074d442cf0e17fb1ab43388b0a5 (diff) | |
download | freebsd-ports-gnome-af38ea0a1fe5903b527f61e7d07e858b3473d454.tar.gz freebsd-ports-gnome-af38ea0a1fe5903b527f61e7d07e858b3473d454.tar.zst freebsd-ports-gnome-af38ea0a1fe5903b527f61e7d07e858b3473d454.zip |
- Add NO_ARCH
- Update PLIST_FILES: %%PERL5_MAN1%% instead of ${SITE_MAN1} as other p5-* PLIST entries
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/2ping/Makefile | 3 |
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 |