diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/algotutor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/algotutor/Makefile b/math/algotutor/Makefile index ebf7deaa3717..36bb49d2e9dd 100644 --- a/math/algotutor/Makefile +++ b/math/algotutor/Makefile @@ -26,7 +26,7 @@ USES= shebangfix perl5 tar:tgz SHEBANG_FILES= algotutor gen_at_graph post-patch: - @${REINPLACE_CMD} -e 's,!!SITE_PERL!!,${SITE_PERL},' \ + @${REINPLACE_CMD} -e 's,!!SITE_PERL!!,${PREFIX}/${SITE_PERL_REL},' \ -e 's|!!PREFIX!!|${PREFIX}|g' \ ${WRKSRC}/algotutor |