aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpsearch/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/ftpsearch/Makefile')
-rw-r--r--ftp/ftpsearch/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftpsearch/Makefile b/ftp/ftpsearch/Makefile
index b8140fdaab6e..6048d0f10707 100644
--- a/ftp/ftpsearch/Makefile
+++ b/ftp/ftpsearch/Makefile
@@ -42,6 +42,6 @@ pre-install:
find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} \{} \;
post-install:
- ln -sf ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch
+ ${LN} -sf ${PREFIX}/ftpsearch/bin/gateway ${PREFIX}/bin/ftpsearch
.include <bsd.port.mk>