net/hanstunnel is not jobs safe

This port has failed on me multiple times in a multi-job build.  This
last time in tried to build object files (main.o, tun.o, etc) in the
"build" directory before the directory was created.
This commit is contained in:
John Marino 2015-10-16 06:57:30 +00:00
parent 00c5f40491
commit 895f7d2af6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399423

View file

@ -22,6 +22,8 @@ MAKE_ARGS= GCC="${CC}" GPP="${CXX}" \
TUN_DEV_FILE="src/tun_dev_freebsd.c"
PLIST_FILES= bin/hans
MAKE_JOBS_UNSAFE= yes
# Remove CRs before ask-license to fix formatting in dialog(1)
post-extract: dos2unix