git: 592b6c6c9826 - main - math/octave-forge-geographiclib: Add no_arch=yes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 19:02:22 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=592b6c6c982619d5c4783d76e005baeb8e886ca3
commit 592b6c6c982619d5c4783d76e005baeb8e886ca3
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-11-07 19:01:27 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-11-07 19:01:27 +0000
math/octave-forge-geographiclib: Add no_arch=yes.
Bump portrevision.
---
math/octave-forge-geographiclib/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/math/octave-forge-geographiclib/Makefile b/math/octave-forge-geographiclib/Makefile
index d3e54c718dd9..893d1f8a11a0 100644
--- a/math/octave-forge-geographiclib/Makefile
+++ b/math/octave-forge-geographiclib/Makefile
@@ -1,5 +1,6 @@
PORTNAME= octave-forge-geographiclib
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= https://sourceforge.net/projects/geographiclib/files/distrib-Octave/
DISTNAME= ${OCTAVE_PKGNAME}-octave-${DISTVERSIONFULL}
@@ -20,6 +21,8 @@ OCTSRC= ${DISTNAME}
do-build:
@${DO_NADA}
+NO_ARCH= yes
+
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC}