diff options
Diffstat (limited to 'games/cre')
-rw-r--r-- | games/cre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cre/Makefile b/games/cre/Makefile index b4ec5481269a..262942db51bd 100644 --- a/games/cre/Makefile +++ b/games/cre/Makefile @@ -14,7 +14,7 @@ COMMENT= Corewars Redcode Evolver LICENSE= GPLv2 USES= dos2unix -DOS2UNIX_FILES= *.txt +DOS2UNIX_GLOB= *.txt NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/src |