git: b726620daafc - main - math/octave-forge-pde1dm: Add no_arch=yes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 19:13:34 UTC
The branch main has been updated by stephen:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b726620daafc2592d3f85fec4c2233095256d716
commit b726620daafc2592d3f85fec4c2233095256d716
Author: Stephen Montgomery-Smith <stephen@FreeBSD.org>
AuthorDate: 2022-11-07 19:13:11 +0000
Commit: Stephen Montgomery-Smith <stephen@FreeBSD.org>
CommitDate: 2022-11-07 19:13:11 +0000
math/octave-forge-pde1dm: Add no_arch=yes.
Bump portrevision.
---
math/octave-forge-pde1dm/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/math/octave-forge-pde1dm/Makefile b/math/octave-forge-pde1dm/Makefile
index 88d1f99a6754..07439c8d76b1 100644
--- a/math/octave-forge-pde1dm/Makefile
+++ b/math/octave-forge-pde1dm/Makefile
@@ -1,6 +1,7 @@
PORTNAME= octave-forge-pde1dm
DISTVERSIONPREFIX= v
DISTVERSION= 1.3
+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}