summaryrefslogtreecommitdiff
path: root/lang/perl5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5/Makefile')
-rw-r--r--lang/perl5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile
index a95d4c4b58af..9072d9da8d65 100644
--- a/lang/perl5/Makefile
+++ b/lang/perl5/Makefile
@@ -85,7 +85,7 @@ test:
post-install:
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
- @ln -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
+ @${LN} -sf ${PREFIX}/bin/perl ${PREFIX}/bin/perl5
@(cd /usr/include && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h)
.include <bsd.port.post.mk>