diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-03-09 18:10:39 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-03-09 18:10:39 +0000 |
commit | 13130273016451680818ecc7a18d011b6d3ca6e0 (patch) | |
tree | d9df020846844352c0608c58b624a868c44af1c9 /ftp/ftplocate/Makefile | |
parent | db0a2717684e34c336495e4401d3b261c7c05e5f (diff) |
Notes
Diffstat (limited to 'ftp/ftplocate/Makefile')
-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 218630d13d26..338550eb8625 100644 --- a/ftp/ftplocate/Makefile +++ b/ftp/ftplocate/Makefile @@ -30,6 +30,6 @@ post-extract: .endfor do-install: - cd ${WRKSRC}; ${PERL} install.pl -y + cd ${WRKSRC}; ${PERL} install.pl -y -c -bsdport .include <bsd.port.mk> |