diff options
author | Renato Botelho <garga@FreeBSD.org> | 2009-03-28 17:53:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2009-03-28 17:53:24 +0000 |
commit | c9e008f727eb1fce6ce0afc920a2b0ce1a5aa3f3 (patch) | |
tree | 861de8abaf5598d6319fe568cbba90cdfac71940 /ftp/ftpmirror/Makefile | |
parent | 06e7a37f0ab116c54c4194f2b9de28079a3450a1 (diff) |
Notes
Diffstat (limited to 'ftp/ftpmirror/Makefile')
-rw-r--r-- | ftp/ftpmirror/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/ftpmirror/Makefile b/ftp/ftpmirror/Makefile index 8af8d0a55193..ac31ad9d8e93 100644 --- a/ftp/ftpmirror/Makefile +++ b/ftp/ftpmirror/Makefile @@ -17,8 +17,9 @@ COMMENT= An utility to mirror directory hierarchy with FTP RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 -USE_PERL5= YES -GNU_CONFIGURE= YES +USE_PERL5= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes CONFIGURE_ENV+= PERL="${PERL}" INSTALL_PROGRAM="${INSTALL_SCRIPT}" |