aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-splines
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2018-02-25 22:15:18 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2018-02-25 22:15:18 +0000
commit70e8ba8740361354b61821d15067c9ab15f6a767 (patch)
tree5a63fcb2c601bf181e405a9395bec21550cf2482 /math/octave-forge-splines
parent1b9fb25aa548ddced53f5e57ce2031762fc7c1bb (diff)
downloadports-70e8ba8740361354b61821d15067c9ab15f6a767.tar.gz
ports-70e8ba8740361354b61821d15067c9ab15f6a767.zip
- Add NO_ARCH=yes to those octave-forge-* ports that don't install anything
compiled. Reported by: Yuri <yuri@rawbw.com>
Notes
Notes: svn path=/head/; revision=462979
Diffstat (limited to 'math/octave-forge-splines')
-rw-r--r--math/octave-forge-splines/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-splines/Makefile b/math/octave-forge-splines/Makefile
index 00cd42193e35..a22c5a623ac3 100644
--- a/math/octave-forge-splines/Makefile
+++ b/math/octave-forge-splines/Makefile
@@ -23,6 +23,8 @@ WRKSRC= ${WRKDIR}/${OCTSRC}/src
do-build:
@${DO_NADA}
+NO_ARCH= yes
+
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}