Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 11:59:54 +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: r336825 - head/sysutils/weedit
Message-ID:  <201312181159.rBIBxsKq071663@svn.freebsd.org>

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

Log:
  Use dos2unix USES macro.

Modified:
  head/sysutils/weedit/Makefile

Modified: head/sysutils/weedit/Makefile
==============================================================================
--- head/sysutils/weedit/Makefile	Wed Dec 18 11:59:14 2013	(r336824)
+++ head/sysutils/weedit/Makefile	Wed Dec 18 11:59:54 2013	(r336825)
@@ -13,7 +13,7 @@ COMMENT=	File duplicate scanner with dat
 
 LICENSE=	GPLv2
 
-USE_DOS2UNIX=	yes
+USES=		dos2unix
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 SRCF=		crc32 dlink weedit md5



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