svn commit: r353182 - head/games/apricots

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 17:31:02 UTC 2014


Author: amdmi3
Date: Wed May  7 17:31:01 2014
New Revision: 353182
URL: http://svnweb.freebsd.org/changeset/ports/353182
QAT: https://qat.redports.org/buildarchive/r353182/

Log:
  - Convert USE_DOS2UNIX to USES

Modified:
  head/games/apricots/Makefile

Modified: head/games/apricots/Makefile
==============================================================================
--- head/games/apricots/Makefile	Wed May  7 17:27:00 2014	(r353181)
+++ head/games/apricots/Makefile	Wed May  7 17:31:01 2014	(r353182)
@@ -12,7 +12,8 @@ MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	Fly a little plane around and shoot things and drop bombs
 
 USE_SDL=	sdl
-USE_DOS2UNIX=	yes
+USES=		dos2unix
+DOS2UNIX_GLOB=	*.cpp
 SUB_FILES=	${PORTNAME}
 
 PLIST_FILES=	bin/${PORTNAME} libexec/${PORTNAME}


More information about the svn-ports-all mailing list