diff options
Diffstat (limited to 'lang/perl5.8/Makefile')
-rw-r--r-- | lang/perl5.8/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/perl5.8/Makefile b/lang/perl5.8/Makefile index a95d4c4..9072d9d 100644 --- a/lang/perl5.8/Makefile +++ b/lang/perl5.8/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> |