git: 91bdafba504e - main - math/octave-forge-onsas: Add no_arch=yes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 19:11:03 UTC
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}