aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/ftplocate
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-02-27 03:36:03 +0800
committersteve <steve@FreeBSD.org>2000-02-27 03:36:03 +0800
commit4596c8748d6659f611dd448150aea848bf4e1590 (patch)
treef7328ad23e3d63951d2976720d5e8b5c0e65fbeb /ftp/ftplocate
parent272a2f4c4b51fb2f801b9e01256c8e5637785348 (diff)
downloadfreebsd-ports-gnome-4596c8748d6659f611dd448150aea848bf4e1590.tar.gz
freebsd-ports-gnome-4596c8748d6659f611dd448150aea848bf4e1590.tar.zst
freebsd-ports-gnome-4596c8748d6659f611dd448150aea848bf4e1590.zip
Use '${PERL} install.pl' instead of relying on '.' being in PATH.
Diffstat (limited to 'ftp/ftplocate')
-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>