git: f8901e734c3d - main - math/octave-forge-statistics: Add NO_ARCH
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Oct 2023 16:02:55 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f8901e734c3da1fa04fac7f6e318acc03589277d commit f8901e734c3da1fa04fac7f6e318acc03589277d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-10-16 15:21:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-10-16 16:00:11 +0000 math/octave-forge-statistics: Add NO_ARCH - While I'm here, fix indent Approved by: portmgr (blanket) --- math/octave-forge-statistics/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/math/octave-forge-statistics/Makefile b/math/octave-forge-statistics/Makefile index 690878ef2334..b8cf052386b9 100644 --- a/math/octave-forge-statistics/Makefile +++ b/math/octave-forge-statistics/Makefile @@ -10,11 +10,13 @@ WWW= https://packages.octave.org/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING -USES= octave +USES= octave USE_GITHUB= yes GH_ACCOUNT= gnu-octave GH_PROJECT= statistics -OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} +NO_ARCH= yes + +OCTAVE_SRC= ${GH_PROJECT}-release-${DISTVERSION} .include <bsd.port.mk>