diff options
author | krion <krion@FreeBSD.org> | 2005-01-22 17:46:03 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-22 17:46:03 +0000 |
commit | 059a4fc4d36a28e5ed92c9cba1f2186275f3e1ec (patch) | |
tree | 2f71efcc5f6daf782e5a6decc2b5fef4cc99e2ae /math | |
parent | f9bdc1cf85ae1e617518fbcd60b5e4addd15ab23 (diff) | |
download | FreeBSD-ports-059a4fc4d36a28e5ed92c9cba1f2186275f3e1ec.zip FreeBSD-ports-059a4fc4d36a28e5ed92c9cba1f2186275f3e1ec.tar.gz |
Fix build.
Diffstat (limited to 'math')
-rw-r--r-- | math/algotutor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index 28a8c16..a1c1c8df 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 |