aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2022-11-07 18:55:04 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2022-11-07 18:55:04 +0000
commitd92e24d3e972d7dadbaa7d83d65a48629db87f74 (patch)
treea5556aa7edc98d399da50a666feeca1661f3c9ab
parent3de87dc67388f461ad38a4be123ae793a321d224 (diff)
downloadports-d92e24d3e972d7dadbaa7d83d65a48629db87f74.tar.gz
ports-d92e24d3e972d7dadbaa7d83d65a48629db87f74.zip
math/octave-forge-automatic-differentiation: Add no_arch=yes.
Bump portrevision.
-rw-r--r--math/octave-forge-automatic-differentiation/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/math/octave-forge-automatic-differentiation/Makefile b/math/octave-forge-automatic-differentiation/Makefile
index ab0554f1e060..543b21a79960 100644
--- a/math/octave-forge-automatic-differentiation/Makefile
+++ b/math/octave-forge-automatic-differentiation/Makefile
@@ -1,5 +1,6 @@
PORTNAME= octave-forge-automatic-differentiation
DISTVERSION= 1.0.0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= stephen@FreeBSD.org
@@ -24,6 +25,8 @@ RUN_DEPENDS+= ${TARBALLS_DIR}/sockets.tar.gz:math/octave-forge-sockets
do-build:
@${DO_NADA}
+NO_ARCH= yes
+
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${OCTAVE_DISTNAME}.tar.gz ${OCTSRC}