diff options
author | mat <mat@FreeBSD.org> | 2014-12-23 10:22:19 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-12-23 10:22:19 +0800 |
commit | 67e8849f4fadf92bfacbc3055cb32c86c4209592 (patch) | |
tree | 763d9149160bb2bd189a8c2d8f4adda8c7e58ebf /math | |
parent | 93b7390a342856abe25eb579ecd6b12c5545a73f (diff) | |
download | freebsd-ports-gnome-67e8849f4fadf92bfacbc3055cb32c86c4209592.tar.gz freebsd-ports-gnome-67e8849f4fadf92bfacbc3055cb32c86c4209592.tar.zst freebsd-ports-gnome-67e8849f4fadf92bfacbc3055cb32c86c4209592.zip |
Catch up abusive uses of ${SITE_PERL}.
Sponsored by: Absolight
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 |