diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-09-28 15:49:08 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-09-28 15:49:08 +0000 |
commit | 5897d5b4079438c89d896883a4537303f0e1510c (patch) | |
tree | 7c36b8f63cf9748bc9b4b68bc6609dd1705af6c3 /textproc | |
parent | bbd68a9049cfd90b8f76bed0615269650efc1e6d (diff) | |
download | pkgsrc-5897d5b4079438c89d896883a4537303f0e1510c.tar.gz |
FlightCrew: Fix DOS line endings on all patched files.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/FlightCrew/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/FlightCrew/Makefile b/textproc/FlightCrew/Makefile index c4fd32e3a1d..7c7ecba006c 100644 --- a/textproc/FlightCrew/Makefile +++ b/textproc/FlightCrew/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2017/09/11 07:38:23 wiz Exp $ +# $NetBSD: Makefile,v 1.45 2017/09/28 15:49:08 jperkin Exp $ DISTNAME= FlightCrew-0.7.2-Code PKGNAME= ${DISTNAME:S/-Code//} @@ -32,6 +32,7 @@ SUBST_CLASSES+= d2u SUBST_STAGE.d2u= post-extract SUBST_MESSAGE.d2u= Removing CR end-of-line markers. SUBST_FILES.d2u= CMakeLists.txt +SUBST_FILES.d2u+= src/FlightCrew/CMakeLists.txt SUBST_FILES.d2u+= src/FlightCrew/tests/CMakeLists.txt SUBST_FILES.d2u+= src/FlightCrew/Validators/Opf/ReachabilityAnalysis.cpp SUBST_FILTER_CMD.d2u= ${TR} -d '\r' |