svn commit: r353176 - head/devel/tokamak

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 16:58:27 UTC 2014


Author: amdmi3
Date: Wed May  7 16:58:26 2014
New Revision: 353176
URL: http://svnweb.freebsd.org/changeset/ports/353176
QAT: https://qat.redports.org/buildarchive/r353176/

Log:
  - Convert USE_DOS2UNIX to USES

Modified:
  head/devel/tokamak/Makefile

Modified: head/devel/tokamak/Makefile
==============================================================================
--- head/devel/tokamak/Makefile	Wed May  7 16:56:59 2014	(r353175)
+++ head/devel/tokamak/Makefile	Wed May  7 16:58:26 2014	(r353176)
@@ -10,8 +10,8 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	High performance real-time physics library
 
-USES=		gmake zip:infozip
-USE_DOS2UNIX=	*
+USES=		gmake zip:infozip dos2unix
+DOS2UNIX_FILES=	build/gnu/tokamak.make
 
 MAKEFILE=	tokamak.make
 ALL_TARGET=	# empty


More information about the svn-ports-all mailing list