Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2016 18:47:47 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411613 - head/net/hanstunnel
Message-ID:  <201603211847.u2LIll5Q080856@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Mon Mar 21 18:47:47 2016
New Revision: 411613
URL: https://svnweb.freebsd.org/changeset/ports/411613

Log:
  net/hanstunnel: improve dialog(1) workaround after r394503

Modified:
  head/net/hanstunnel/Makefile   (contents, props changed)

Modified: head/net/hanstunnel/Makefile
==============================================================================
--- head/net/hanstunnel/Makefile	Mon Mar 21 18:47:09 2016	(r411612)
+++ head/net/hanstunnel/Makefile	Mon Mar 21 18:47:47 2016	(r411613)
@@ -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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603211847.u2LIll5Q080856>