diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 01:31:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-08 01:31:01 +0800 |
commit | 1fadb6439e06eecd18fb53fb2319c66b06bafd95 (patch) | |
tree | 2dbf9845cc01fec54ea135ac606b447b8462748e /games | |
parent | 48ec7c4909e6f4c3129e619c33661ee4d3ec3fd0 (diff) | |
download | freebsd-ports-gnome-1fadb6439e06eecd18fb53fb2319c66b06bafd95.tar.gz freebsd-ports-gnome-1fadb6439e06eecd18fb53fb2319c66b06bafd95.tar.zst freebsd-ports-gnome-1fadb6439e06eecd18fb53fb2319c66b06bafd95.zip |
- Convert USE_DOS2UNIX to USES
Diffstat (limited to 'games')
-rw-r--r-- | games/apricots/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |