aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-gnuplot
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-gnuplot
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-gnuplot')
-rw-r--r--math/octave-forge-gnuplot/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-gnuplot/Makefile b/math/octave-forge-gnuplot/Makefile
index 7c3d9460d80b..79dc9c5a59c7 100644
--- a/math/octave-forge-gnuplot/Makefile
+++ b/math/octave-forge-gnuplot/Makefile
@@ -21,6 +21,8 @@ OCTSRC= ${OCTAVE_PKGNAME}
do-build:
@${DO_NADA}
+NO_ARCH= yes
+
post-build:
${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}