diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-20 22:53:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-20 22:53:09 +0000 |
commit | 38eb8c5339e31bce015d6652caf364542965d4d0 (patch) | |
tree | 57033736b4eab37d8b46bb4b452f790f37bd0c7a /ftp | |
parent | 1a3a92532506ba92f7a9670be49752b00ad8a807 (diff) | |
download | ports-38eb8c5339e31bce015d6652caf364542965d4d0.tar.gz ports-38eb8c5339e31bce015d6652caf364542965d4d0.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/moftpd/Makefile | 1 | ||||
-rw-r--r-- | ftp/ocaml-ocurl/Makefile | 1 | ||||
-rw-r--r-- | ftp/pftpd/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/ftp/moftpd/Makefile b/ftp/moftpd/Makefile index 8c30fee6227e..392d0209ab78 100644 --- a/ftp/moftpd/Makefile +++ b/ftp/moftpd/Makefile @@ -22,6 +22,7 @@ USE_RC_SUBR= moftpd USE_PERL5_BUILD=yes CONFIGURE_ENV+= LIBS="${LIBS}" CFLAGS="${CFLAGS}" CONFIGURE_ARGS= --localstatedir=/var +MAKE_JOBS_UNSAFE= yes MAN8= moftpd.8 moftpadmin.8 LIBS+= -lcrypt diff --git a/ftp/ocaml-ocurl/Makefile b/ftp/ocaml-ocurl/Makefile index 1885b5ec8214..3331521697ef 100644 --- a/ftp/ocaml-ocurl/Makefile +++ b/ftp/ocaml-ocurl/Makefile @@ -24,6 +24,7 @@ WRKSRC= ${WRKDIR}/ocurl USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+="--with-findlib" +MAKE_JOBS_UNSAFE= yes PKGDEINSTALL= ${PKGINSTALL} FINDLIB_PKGNAME=${PORTNAME:S/o//} diff --git a/ftp/pftpd/Makefile b/ftp/pftpd/Makefile index e48df95598d3..954388fb802b 100644 --- a/ftp/pftpd/Makefile +++ b/ftp/pftpd/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multithreaded anonymous FTP daemon GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes MAN1= pftpd.1 rpad.1 PLIST_FILES= sbin/pftpd |