aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2005-04-25 02:06:44 +0000
committerKevin Lo <kevlo@FreeBSD.org>2005-04-25 02:06:44 +0000
commitc35a513797eb2ddc92e60866e1b0cc0927c19d7b (patch)
treeb428f94498c394d54df9d179132a53e2ef857b22 /math
parentd2e87774a0517b4b1b77fe06b2d66921fdaef9fb (diff)
downloadports-c35a513797eb2ddc92e60866e1b0cc0927c19d7b.tar.gz
ports-c35a513797eb2ddc92e60866e1b0cc0927c19d7b.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/algotutor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile
index 57d07dd824a0..f59610ee0a3c 100644
--- a/math/algotutor/Makefile
+++ b/math/algotutor/Makefile
@@ -31,15 +31,15 @@ post-patch:
${PERL} -pi -e "s'!!PREFIX!!'${PREFIX}'g" ${WRKSRC}/algotutor
do-install:
+ ${MKDIR} ${SITE_PERL}/algotutor
${MKDIR} ${PREFIX}/share/algotutor
${CP} -R ${WRKSRC}/data ${PREFIX}/share/algotutor
- ${CP} -R ${WRKSRC}/cgeom ${SITE_PERL}/algotutor/
+ ${CP} -R ${WRKSRC}/cgeom ${SITE_PERL}/algotutor
${CP} -R ${WRKSRC}/dp ${SITE_PERL}/algotutor
${CP} -R ${WRKSRC}/graph ${SITE_PERL}/algotutor
.for file in ${MAN1}
${INSTALL_MAN} ${WRKSRC}/doc/${file} ${PREFIX}/man/man1
.endfor
- ${MKDIR} ${SITE_PERL}/algotutor
.for file in ${BINFILES}
${INSTALL_SCRIPT} ${WRKSRC}/${file} ${PREFIX}/bin
.endfor