diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-22 02:47:47 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-22 02:47:47 +0800 |
commit | 72808e15e90508f0ded03a2c80d263e4c879e881 (patch) | |
tree | 8c4655f6ac80292a311dfbdf83674d723f17c4bf /net | |
parent | a82148ae3a072fa63d70f4fa2c84de8c05beb53e (diff) | |
download | freebsd-ports-gnome-72808e15e90508f0ded03a2c80d263e4c879e881.tar.gz freebsd-ports-gnome-72808e15e90508f0ded03a2c80d263e4c879e881.tar.zst freebsd-ports-gnome-72808e15e90508f0ded03a2c80d263e4c879e881.zip |
net/hanstunnel: improve dialog(1) workaround after r394503
Diffstat (limited to 'net')
-rw-r--r-- | net/hanstunnel/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net/hanstunnel/Makefile b/net/hanstunnel/Makefile index bec61c92cdd6..027c810d1ea7 100644 --- a/net/hanstunnel/Makefile +++ b/net/hanstunnel/Makefile @@ -21,12 +21,9 @@ MAKE_ARGS= GCC="${CC}" GPP="${CXX}" \ CFLAGS="${CFLAGS} -c" LDFLAGS="${LDFLAGS}" \ TUN_DEV_FILE="src/tun_dev_freebsd.c" PLIST_FILES= bin/hans - +TARGET_ORDER_OVERRIDE= 040:dos2unix # Fix formatting for 050:ask-license MAKE_JOBS_UNSAFE= yes -# Remove CRs before ask-license to fix formatting in dialog(1) -post-extract: dos2unix - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/hans ${STAGEDIR}${PREFIX}/bin |