diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-02-25 22:15:18 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-02-25 22:15:18 +0000 |
commit | 70e8ba8740361354b61821d15067c9ab15f6a767 (patch) | |
tree | 5a63fcb2c601bf181e405a9395bec21550cf2482 /math/octave-forge-plot/Makefile | |
parent | 1b9fb25aa548ddced53f5e57ce2031762fc7c1bb (diff) | |
download | ports-70e8ba8740361354b61821d15067c9ab15f6a767.tar.gz ports-70e8ba8740361354b61821d15067c9ab15f6a767.zip |
Notes
Diffstat (limited to 'math/octave-forge-plot/Makefile')
-rw-r--r-- | math/octave-forge-plot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-plot/Makefile b/math/octave-forge-plot/Makefile index 6ef2964b1552..5c160c9107fa 100644 --- a/math/octave-forge-plot/Makefile +++ b/math/octave-forge-plot/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} |