diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 11:39:27 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-06-20 11:39:27 +0000 |
commit | 29a2e1e003862965e8ff4dde7df89db81c083e82 (patch) | |
tree | 0fcd23f97cd4439f07ea2da3379a9df73c64c22d | |
parent | 74d5c762ce34f7ecad1edd6750defe3e4d4766ac (diff) | |
download | ports-29a2e1e003862965e8ff4dde7df89db81c083e82.tar.gz ports-29a2e1e003862965e8ff4dde7df89db81c083e82.zip |
net-mgmt/p5-Net-IP: Add NO_ARCH
Approved by: portmgr (blanket)
-rw-r--r-- | net-mgmt/p5-Net-IP/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/p5-Net-IP/Makefile b/net-mgmt/p5-Net-IP/Makefile index 7d85a2c70db2..8ba4b662d3e4 100644 --- a/net-mgmt/p5-Net-IP/Makefile +++ b/net-mgmt/p5-Net-IP/Makefile @@ -16,6 +16,8 @@ LICENSE_COMB= dual USES= perl5 USE_PERL5= configure +NO_ARCH= yes + post-patch: @${REINPLACE_CMD} -e 's|my $$count|& = 0|' ${WRKSRC}/ipcount |