summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-02-26 19:36:03 +0000
committerSteve Price <steve@FreeBSD.org>2000-02-26 19:36:03 +0000
commitb33d8dab0318b6c46d94202c8cc024a7e6da7cfe (patch)
tree3f1f320c350a45abfd77f6b3542e0e9d32b3109e /ftp
parentUpdate port to 0.5.0 (diff)
Use '${PERL} install.pl' instead of relying on '.' being in PATH.
Notes
Notes: svn path=/head/; revision=26304
Diffstat (limited to 'ftp')
-rw-r--r--ftp/ftplocate/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>