diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-03-28 03:41:49 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-03-28 03:41:49 +0800 |
commit | f6efc78648cbc5f0e8ce1e2e41dfe1d908e943bd (patch) | |
tree | ae9ea5e1428a574fc63122b78adf3ebdc3b29157 /news | |
parent | 01a5472b1e094a40f3ab3763ba48026f253dabaf (diff) | |
download | freebsd-ports-graphics-f6efc78648cbc5f0e8ce1e2e41dfe1d908e943bd.tar.gz freebsd-ports-graphics-f6efc78648cbc5f0e8ce1e2e41dfe1d908e943bd.tar.zst freebsd-ports-graphics-f6efc78648cbc5f0e8ce1e2e41dfe1d908e943bd.zip |
- MAKE_JOBS_UNSAFE
Diffstat (limited to 'news')
-rw-r--r-- | news/cnews/Makefile | 2 | ||||
-rw-r--r-- | news/fidogate/Makefile | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 218e9abd96b..7f9f23b865c 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -36,6 +36,8 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namelen \ MAINTAINER= dinoex@FreeBSD.org COMMENT= An news server +MAKE_JOBS_UNSAFE= yes + DIST_SUBDIR= ${DISTNAME} NO_WRKSUBDIR= yes MAKEFILE= makefile diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index 1eff3c2d142..b4c4e213126 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -16,15 +16,17 @@ MASTER_SITE_SUBDIR= system/fido MAINTAINER= dinoex@FreeBSD.org COMMENT= Fido-Internet Gateway and Tosser -EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-perl - .if !defined(WITHOUT_IFCICO) RUN_DEPENDS= ${LOCALBASE}/libexec/ifmail/ifcico:${PORTSDIR}/news/ifmail .endif +MAKE_JOBS_UNSAFE= yes + USE_GMAKE= yes USE_PERL5= yes +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-perl + DOCLIST= fidogate.texi fidogate.txt gatebau94.txt kludge-rfc.doc \ msgid.doc qmail.txt texinfo.tex dirs.html index.html \ template.html fido howto misc rfc gatebau/msgid.sgml \ |