diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-20 17:30:27 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-12-20 17:30:27 +0000 |
commit | 8978d7238ee10e1980ec7fb17ba130ad4a98e150 (patch) | |
tree | 41461029224a7b60e748e22441c94ada1ac67f4e /games/biniax2 | |
parent | 4dba81e676772225290ac16d96e8f49d347404bd (diff) |
Notes
Diffstat (limited to 'games/biniax2')
-rw-r--r-- | games/biniax2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/biniax2/Makefile b/games/biniax2/Makefile index 9dabdbcb7c93..e0563828e956 100644 --- a/games/biniax2/Makefile +++ b/games/biniax2/Makefile @@ -13,7 +13,8 @@ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Original logic game with arcade and tactics modes USE_SDL= sdl mixer image -USE_DOS2UNIX= biniax.c +USES= dos2unix +DOS2UNIX_FILES= biniax.c NO_WRKSUBDIR= yes PLIST_FILES= bin/${PORTNAME} |