From b33d8dab0318b6c46d94202c8cc024a7e6da7cfe Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 26 Feb 2000 19:36:03 +0000 Subject: Use '${PERL} install.pl' instead of relying on '.' being in PATH. --- ftp/ftplocate/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ftp/ftplocate/Makefile b/ftp/ftplocate/Makefile index e8d8083794e3..218630d13d26 100644 --- a/ftp/ftplocate/Makefile +++ b/ftp/ftplocate/Makefile @@ -30,6 +30,6 @@ post-extract: .endfor do-install: - cd ${WRKSRC}; install.pl -y + cd ${WRKSRC}; ${PERL} install.pl -y .include -- cgit v1.2.3