git: e2c1b5bc7f2d - main - devel/p5-Sort-Maker: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Apr 2023 15:55:04 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=e2c1b5bc7f2d0e12a5621dc10a77963ceddef9f5 commit e2c1b5bc7f2d0e12a5621dc10a77963ceddef9f5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-27 15:48:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-27 15:48:02 +0000 devel/p5-Sort-Maker: Add NO_ARCH --- devel/p5-Sort-Maker/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devel/p5-Sort-Maker/Makefile b/devel/p5-Sort-Maker/Makefile index 4a6de9bb3a04..eabdeffd60aa 100644 --- a/devel/p5-Sort-Maker/Makefile +++ b/devel/p5-Sort-Maker/Makefile @@ -12,4 +12,6 @@ WWW= https://metacpan.org/release/Sort-Maker USES= perl5 USE_PERL5= configure +NO_ARCH= yes + .include <bsd.port.mk>