summaryrefslogtreecommitdiff
path: root/biology
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-04-13 14:49:37 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-04-13 14:49:37 +0000
commit18d6818fe408cb544f3c34d8dcca5cc9736d5860 (patch)
tree6215c4061e1201e45930d4c5eb4d7a48b9997289 /biology
parent- Update to 0.27 (diff)
${ENV} does not exist, it is called ${SETENV}.
Notes
Notes: svn path=/head/; revision=383926
Diffstat (limited to 'biology')
-rw-r--r--biology/consed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/consed/Makefile b/biology/consed/Makefile
index 09ae7a0d5c67..038a2770e3d0 100644
--- a/biology/consed/Makefile
+++ b/biology/consed/Makefile
@@ -78,7 +78,7 @@ NO_BUILD= yes
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
${LN} -sf ../../bin ${STAGEDIR}${DATADIR}/bin
- (cd ${WRKSRC}; ${ENV} CC=${CC} ./installConsed.perl consed_linux32bit ${STAGEDIR}${DATADIR})
+ (cd ${WRKSRC}; ${SETENV} CC=${CC} ./installConsed.perl consed_linux32bit ${STAGEDIR}${DATADIR})
${LN} -sf ../../../etc/PhredPar/phredpar.dat ${STAGEDIR}${DATADIR}/lib/phredpar.dat
cd ${STAGEDIR}${PREFIX} && ${ECHO_CMD} ${MYSHEBANG} | ${XARGS} ${SED} -i '' ${_SHEBANG_REINPLACE_ARGS}