diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-03-10 14:49:26 +0000 |
commit | 665bec206dcb6c4d1e6d2763147022da72013147 (patch) | |
tree | c9bc7d175d1787d3182be06d12c45d1a2fe32a2b /games/qccx | |
parent | dd0f478654597e17086b295a97e2e7e1caa0b36c (diff) |
Notes
Diffstat (limited to 'games/qccx')
-rw-r--r-- | games/qccx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/qccx/Makefile b/games/qccx/Makefile index 25db9e556a14..a015f9a54b82 100644 --- a/games/qccx/Makefile +++ b/games/qccx/Makefile @@ -13,8 +13,8 @@ COMMENT= Very fast optimizing QuakeC compiler LICENSE= GPLv2 -USE_ZIP= yes -USE_DOS2UNIX= pr_comp.cpp qcc.cpp ${PORTDOCS} +USES= dos2unix zip +DOS2UNIX_FILES= pr_comp.cpp qcc.cpp ${PORTDOCS} MAKEFILE= ${FILESDIR}/Makefile NO_WRKSUBDIR= yes |