Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 11:57:07 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r336822 - head/comms/remserial
Message-ID:  <201312181157.rBIBv7rP071227@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Dec 18 11:57:07 2013
New Revision: 336822
URL: http://svnweb.freebsd.org/changeset/ports/336822

Log:
  Use dos2unix USES macro.

Modified:
  head/comms/remserial/Makefile

Modified: head/comms/remserial/Makefile
==============================================================================
--- head/comms/remserial/Makefile	Wed Dec 18 11:56:04 2013	(r336821)
+++ head/comms/remserial/Makefile	Wed Dec 18 11:57:07 2013	(r336822)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://lpccomp.bc.ca/remse
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Bridge between a TCP/IP network port and a character-oriented device
 
-USE_DOS2UNIX=	yes
+USES=		dos2unix
 
 PLIST_FILES=	bin/remserial
 PORTDOCS=	README.txt



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