aboutsummaryrefslogtreecommitdiff
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
parenta2e2b52f215bda6172940b18a9d129596871c032 (diff)
downloadports-b33d8dab0318b6c46d94202c8cc024a7e6da7cfe.tar.gz
ports-b33d8dab0318b6c46d94202c8cc024a7e6da7cfe.zip
Notes
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>