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 /lang/cocor | |
parent | f153879e96a329b43f46107b542848d2be0769c1 (diff) |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
Notes
Notes:
svn path=/head/; revision=334361
Diffstat (limited to 'lang/cocor')
-rw-r--r-- | lang/cocor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/cocor/Makefile b/lang/cocor/Makefile index fe5b3120315a..6fc3046120d9 100644 --- a/lang/cocor/Makefile +++ b/lang/cocor/Makefile @@ -16,7 +16,7 @@ COMMENT= Compiler generator that combines the functionality of lex and yacc NO_WRKSUBDIR= yes -USE_DOS2UNIX= yes +USES= dos2unix MAKE_ENV= CRFRAMES="${WRKSRC}/frames" MAKEFILE= unix.mk ALL_TARGET= all1 |