diff options
author | steve <steve@FreeBSD.org> | 2000-02-26 19:36:03 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-02-26 19:36:03 +0000 |
commit | 4596c8748d6659f611dd448150aea848bf4e1590 (patch) | |
tree | f7328ad23e3d63951d2976720d5e8b5c0e65fbeb /ftp | |
parent | 272a2f4c4b51fb2f801b9e01256c8e5637785348 (diff) | |
download | FreeBSD-ports-4596c8748d6659f611dd448150aea848bf4e1590.zip FreeBSD-ports-4596c8748d6659f611dd448150aea848bf4e1590.tar.gz |
Use '${PERL} install.pl' instead of relying on '.' being in PATH.
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftplocate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/ftplocate/Makefile b/ftp/ftplocate/Makefile index e8d8083..218630d 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> |