Date: Mon, 7 Nov 2022 19:11:03 GMT From: Stephen Montgomery-Smith <stephen@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 91bdafba504e - main - math/octave-forge-onsas: Add no_arch=yes. Message-ID: <202211071911.2A7JB3SP066929@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by stephen: URL: https://cgit.FreeBSD.org/ports/commit/?id=91bdafba504e81cce0b282787c7354d1f9e8d450 commit 91bdafba504e81cce0b282787c7354d1f9e8d450 Author: Stephen Montgomery-Smith <stephen@FreeBSD.org> AuthorDate: 2022-11-07 19:10:41 +0000 Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org> CommitDate: 2022-11-07 19:10:41 +0000 math/octave-forge-onsas: Add no_arch=yes. Bump portrevision. --- math/octave-forge-onsas/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/math/octave-forge-onsas/Makefile b/math/octave-forge-onsas/Makefile index e8cc97567ea8..0655c4652ca9 100644 --- a/math/octave-forge-onsas/Makefile +++ b/math/octave-forge-onsas/Makefile @@ -1,6 +1,7 @@ PORTNAME= octave-forge-onsas DISTVERSIONPREFIX= v DISTVERSION= 0.2.7 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -23,6 +24,8 @@ OCTSRC= ${GH_PROJECT}-${DISTVERSION} do-build: @${DO_NADA} +NO_ARCH = yes + post-build: ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211071911.2A7JB3SP066929>