diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-09-10 13:16:16 +0000 |
commit | cde701195048c7f6add2633bb17dddadc266443b (patch) | |
tree | c43d60918160ea286daad1d484fdacaaded3df88 /math/reduce | |
parent | Add EXAMPLES options to ports that should have one. (diff) |
Various cleanup & fixes post-DOCS/EXAMPLES cleanup.
PR: 230864
Submitted by: mat
exp-runs by: antoine
Notes
Notes:
svn path=/head/; revision=479408
Diffstat (limited to 'math/reduce')
-rw-r--r-- | math/reduce/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile index 27de2a16d776..43430f7e5f33 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -46,8 +46,6 @@ REDUCE_BINS= ${WRKSRC}/cslbuild/${TARGET_SDIR} OPTIONS_DEFINE= DOCS -.include <bsd.port.options.mk> - do-install: ${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${REDUCE_BINS}/csl/reduce.img ${STAGEDIR}${DATADIR} |