From cbf79c1e0bfb16e3823a8c5ca1dfbf877631d62a Mon Sep 17 00:00:00 2001 From: kevlo Date: Mon, 25 Apr 2005 02:06:44 +0000 Subject: Fix pkg-plist. --- math/algotutor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') 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 -- cgit