diff options
Diffstat (limited to 'net-mgmt/netwox/Makefile')
-rw-r--r-- | net-mgmt/netwox/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/netwox/Makefile b/net-mgmt/netwox/Makefile index b940318c6466..23ee01a70c24 100644 --- a/net-mgmt/netwox/Makefile +++ b/net-mgmt/netwox/Makefile @@ -21,6 +21,8 @@ SHORTPORTVERSION=${PORTVERSION:C/([0-9]*)\.([0-9]*)\.[0-9]*/\1\2/} PLIST_SUB+= SHORTPORTVERSION=${SHORTPORTVERSION} +MAKE_JOBS_UNSAFE= yes + do-configure: @${REINPLACE_CMD} \ -e 's|%%PREFIX%%|${PREFIX}|' \ |