svn commit: r334271 - head/cad/ldraw

Rusmir Dusko nemysis at FreeBSD.org
Mon Nov 18 22:53:53 UTC 2013


Author: nemysis
Date: Mon Nov 18 22:53:52 2013
New Revision: 334271
URL: http://svnweb.freebsd.org/changeset/ports/334271

Log:
  - USES dos2unix instead of USE_DOS2UNIX
  
  Approved by:	pawel / wg (mentors, implicit)

Modified:
  head/cad/ldraw/Makefile

Modified: head/cad/ldraw/Makefile
==============================================================================
--- head/cad/ldraw/Makefile	Mon Nov 18 22:52:46 2013	(r334270)
+++ head/cad/ldraw/Makefile	Mon Nov 18 22:53:52 2013	(r334271)
@@ -21,8 +21,8 @@ LICENSE_PERMS_CCbyNCSA2=dist-mirror pkg-
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 USE_ZIP=	yes
-USES=		gmake
-USE_DOS2UNIX=	*.h makefile mklist.c *.txt *.dat
+USES=		dos2unix gmake
+DOS2UNIX_GLOB=	*.h makefile mklist.c *.txt *.dat
 
 PORTDOCS=	Readme.txt
 


More information about the svn-ports-head mailing list