diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-19 23:08:44 +0000 |
commit | 02e619a5d80d666372fdf370624b2d6c016de0d5 (patch) | |
tree | ab8d23ab014eb4477219665648225ccea56d0295 /games/cre | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) |
Notes
Diffstat (limited to 'games/cre')
-rw-r--r-- | games/cre/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/cre/Makefile b/games/cre/Makefile index 61a7842860a0..b4ec5481269a 100644 --- a/games/cre/Makefile +++ b/games/cre/Makefile @@ -13,7 +13,8 @@ COMMENT= Corewars Redcode Evolver LICENSE= GPLv2 -USE_DOS2UNIX= *.txt +USES= dos2unix +DOS2UNIX_FILES= *.txt NO_WRKSUBDIR= yes BUILD_WRKSRC= ${WRKSRC}/src |