svn commit: r336822 - head/comms/remserial

Emanuel Haupt ehaupt at FreeBSD.org
Wed Dec 18 11:57:08 UTC 2013


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 at 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


More information about the svn-ports-head mailing list