diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-26 19:36:03 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-26 19:36:03 +0000 |
commit | b33d8dab0318b6c46d94202c8cc024a7e6da7cfe (patch) | |
tree | 3f1f320c350a45abfd77f6b3542e0e9d32b3109e | |
parent | a2e2b52f215bda6172940b18a9d129596871c032 (diff) | |
download | ports-b33d8dab0318b6c46d94202c8cc024a7e6da7cfe.tar.gz ports-b33d8dab0318b6c46d94202c8cc024a7e6da7cfe.zip |
Notes
-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 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> |