git: ba507cf093d8 - main - math/octave-forge-websockets: Add no_arch=yes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 19:16:23 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ba507cf093d84f1a965be73dd7009bbcc3d7b857
commit ba507cf093d84f1a965be73dd7009bbcc3d7b857
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-11-07 19:16:03 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-11-07 19:16:03 +0000
math/octave-forge-websockets: Add no_arch=yes.
Bump portrevision.
---
math/octave-forge-websockets/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/math/octave-forge-websockets/Makefile b/math/octave-forge-websockets/Makefile
index 93f31e23c26e..9817876514a0 100644
--- a/math/octave-forge-websockets/Makefile
+++ b/math/octave-forge-websockets/Makefile
@@ -1,6 +1,7 @@
PORTNAME= octave-forge-websockets
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -25,6 +26,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/sockets.tar.gz:math/octave-forge-sockets
do-build:
@${DO_NADA}
+NO_ARCH= yes
+
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC}