summaryrefslogtreecommitdiff
path: root/math/algotutor
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-01-22 17:46:03 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-01-22 17:46:03 +0000
commitb3e5144ecee825c28a831e9c9811ba31535dc202 (patch)
treee493cf8cdef363cc040d2269b28c19bce0d1912e /math/algotutor
parentAdd scim-chewing 0.0.1, SCIM chewing Chinese input methods. (diff)
Fix build.
Notes
Notes: svn path=/head/; revision=127107
Diffstat (limited to 'math/algotutor')
-rw-r--r--math/algotutor/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile
index 28a8c16a2a18..a1c1c8dffc10 100644
--- a/math/algotutor/Makefile
+++ b/math/algotutor/Makefile
@@ -17,6 +17,7 @@ COMMENT= An interactive tutorial for algorithms and data structures
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Tk.pm:${PORTSDIR}/x11-toolkits/p5-Tk
RUN_DEPENDS= ${BUILD_DEPENDS}
+USE_PERL5_BUILD=yes
NO_BUILD= yes
MAN1= algotutor.1 gen_at_graph.1
@@ -27,7 +28,7 @@ LIBFILES= .algotutor BST.pm DCEdge.pm Edge.pm Graph.pm Heap.pm \
post-patch:
${PERL} -pi -e "s'!!PREFIX!!'${PREFIX}'g" ${WRKSRC}/algotutor
-
+
do-install:
${MKDIR} ${PREFIX}/share/algotutor
${CP} -R ${WRKSRC}/data ${PREFIX}/share/algotutor