aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2005-04-25 10:06:44 +0800
committerkevlo <kevlo@FreeBSD.org>2005-04-25 10:06:44 +0800
commitcbf79c1e0bfb16e3823a8c5ca1dfbf877631d62a (patch)
tree38e56bd910d15720e7ba2711737b6ade9c0757a3 /math
parenta747bc22778757af42ff7c5e3a53a3a1b06350ab (diff)
downloadfreebsd-ports-graphics-cbf79c1e0bfb16e3823a8c5ca1dfbf877631d62a.tar.gz
freebsd-ports-graphics-cbf79c1e0bfb16e3823a8c5ca1dfbf877631d62a.tar.zst
freebsd-ports-graphics-cbf79c1e0bfb16e3823a8c5ca1dfbf877631d62a.zip
Fix pkg-plist.
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 57d07dd824a..f59610ee0a3 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