git: c9e520d682d9 - main - www/perlbal: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 13:05:10 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c9e520d682d927465cb03ba8d51e5ea815923882
commit c9e520d682d927465cb03ba8d51e5ea815923882
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 12:54:33 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 13:02:58 +0000
www/perlbal: Add NO_ARCH
---
www/perlbal/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/www/perlbal/Makefile b/www/perlbal/Makefile
index 460daad8c8ff..381a2cf34b82 100644
--- a/www/perlbal/Makefile
+++ b/www/perlbal/Makefile
@@ -22,12 +22,14 @@ RUN_DEPENDS= p5-BSD-Resource>=0:devel/p5-BSD-Resource \
p5-Net-Netmask>=0:net-mgmt/p5-Net-Netmask \
p5-libwww>=0:www/p5-libwww
-OPTIONS_DEFINE= DOCS
-
USES= perl5
USE_PERL5= configure
+
+NO_ARCH= yes
USE_RC_SUBR= perlbal
+OPTIONS_DEFINE= DOCS
+
post-patch:
@${REINPLACE_CMD} 's,/etc/perlbal,${PREFIX}/etc/perlbal,g' \
${WRKSRC}/lib/Perlbal/Manual/Configuration.pod \