diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 09:53:36 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2009-03-27 09:53:36 +0000 |
commit | c810fd3c3f9bb23f07b63b0a05f036466ea372f8 (patch) | |
tree | c51d6ad6bd61beb985f639056b8f9f4db2a63a5e /dns | |
parent | 98e0641ec39c6b99f5ca8a8e6428fe0088ede4b4 (diff) | |
download | ports-c810fd3c3f9bb23f07b63b0a05f036466ea372f8.tar.gz ports-c810fd3c3f9bb23f07b63b0a05f036466ea372f8.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnswall/Makefile | 1 | ||||
-rw-r--r-- | dns/nslint/Makefile | 1 | ||||
-rw-r--r-- | dns/sshfp/Makefile | 1 | ||||
-rw-r--r-- | dns/vizone/Makefile | 1 | ||||
-rw-r--r-- | dns/zonenotify/Makefile | 2 |
5 files changed, 6 insertions, 0 deletions
diff --git a/dns/dnswall/Makefile b/dns/dnswall/Makefile index 94d0a7b3ebb4..c59bfc999a2a 100644 --- a/dns/dnswall/Makefile +++ b/dns/dnswall/Makefile @@ -16,6 +16,7 @@ COMMENT= A daemon that filters out private IP addresses in DNS responses PROJECTHOST= google-dnswall USE_AUTOTOOLS= automake:110 USE_DOS2UNIX= yes +MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile index a8da93b87a56..2dc25e1bd8a6 100644 --- a/dns/nslint/Makefile +++ b/dns/nslint/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Perform consistency checks on DNS zone files GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes ALL_TARGET= ${PORTNAME} INSTALL_TARGET= install install-man diff --git a/dns/sshfp/Makefile b/dns/sshfp/Makefile index cb7a16473f15..4b0fad2d61e1 100644 --- a/dns/sshfp/Makefile +++ b/dns/sshfp/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython NO_BUILD= yes USE_PYTHON= 2.3+ +MAKE_JOBS_SAFE= yes MAN1= sshfp.1 PLIST_FILES= bin/sshfp diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile index 0f8d58cf58d1..7601f23c175f 100644 --- a/dns/vizone/Makefile +++ b/dns/vizone/Makefile @@ -15,6 +15,7 @@ COMMENT= Updates the serialnumber in one or more zonefiles USE_PERL5_RUN= yes NO_BUILD= yes +MAKE_JOBS_SAFE= yes PORTEXAMPLES= example.tld PLIST_FILES= bin/vizone bin/updserial diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile index 9395765497bb..9ac6796be9d9 100644 --- a/dns/zonenotify/Makefile +++ b/dns/zonenotify/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://morettoni.net/bsd/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A dns notify sender written in C +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/zonenotify WRKSRC= ${WRKDIR}/${PORTNAME} |