diff options
Diffstat (limited to 'math/algotutor')
-rw-r--r-- | math/algotutor/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index 0193b0082ae1..c4d461a0b3c2 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -26,6 +26,7 @@ LIBFILES= BST.pm Board.pm Collection.pm Configurable.pm DCEdge.pm \ USES= shebangfix perl5 SHEBANG_FILES= algotutor +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's,!!SITE_PERL!!,${SITE_PERL},' \ -e 's|!!PREFIX!!|${PREFIX}|g' \ |