diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-31 16:57:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-31 16:57:19 +0800 |
commit | cb6ca40aaa3d7b86032c79407d5e406dd6ab1887 (patch) | |
tree | 3283cfa99c5725f576919ea4df7752d2f032c4da /dns | |
parent | 69fad661b66f33c99f0fe388f0a5dd528018cd68 (diff) | |
download | freebsd-ports-graphics-cb6ca40aaa3d7b86032c79407d5e406dd6ab1887.tar.gz freebsd-ports-graphics-cb6ca40aaa3d7b86032c79407d5e406dd6ab1887.tar.zst freebsd-ports-graphics-cb6ca40aaa3d7b86032c79407d5e406dd6ab1887.zip |
- Make MAKE_JOBS_UNSAFE
PR: 133125
Submitted by: Alexander Logvinov <ports@logvinov.com> (maintainer)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/opendd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/opendd/Makefile b/dns/opendd/Makefile index 3cd9d498b22..dba70140fcc 100644 --- a/dns/opendd/Makefile +++ b/dns/opendd/Makefile @@ -16,6 +16,7 @@ COMMENT= A small DynDNS client OPTIONS= OPENDD_SSL "Build with SSL support" off \ RC_NG "Install RC_NG script" on +MAKE_JOBS_UNSAFE= yes PORTDOCS= COPYING COPYRIGHT README PLIST_FILES= sbin/${PORTNAME} \ "@unexec if cmp -s %D/%%ETCDIR%%/${PORTNAME}.conf %D/%%ETCDIR%%/${PORTNAME}.conf.default; then ${RM} -f %D/%%ETCDIR%%/${PORTNAME}.conf; fi " \ |