From 1fadb6439e06eecd18fb53fb2319c66b06bafd95 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 7 May 2014 17:31:01 +0000 Subject: - Convert USE_DOS2UNIX to USES --- games/apricots/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/apricots/Makefile b/games/apricots/Makefile index 7b383f1e36e2..1eb764b57a1b 100644 --- a/games/apricots/Makefile +++ b/games/apricots/Makefile @@ -12,7 +12,8 @@ MAINTAINER= amdmi3@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} -- cgit