diff options
author | garga <garga@FreeBSD.org> | 2009-03-29 01:53:24 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2009-03-29 01:53:24 +0800 |
commit | 0e27a1ea75d81f40365a81bb1f77f6b7cf839188 (patch) | |
tree | 37b17786bb0244da979060eb88266987e71c578e /ftp/ftpmirror | |
parent | e010ac637fc151842f533f60aac88f2f69f53523 (diff) | |
download | freebsd-ports-gnome-0e27a1ea75d81f40365a81bb1f77f6b7cf839188.tar.gz freebsd-ports-gnome-0e27a1ea75d81f40365a81bb1f77f6b7cf839188.tar.zst freebsd-ports-gnome-0e27a1ea75d81f40365a81bb1f77f6b7cf839188.zip |
Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
Diffstat (limited to 'ftp/ftpmirror')
-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}" |