svn commit: r411613 - head/net/hanstunnel

Jan Beich jbeich at FreeBSD.org
Mon Mar 21 18:47:48 UTC 2016


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
 


More information about the svn-ports-all mailing list