Skip to content

Commit

Permalink
dos2unix handling still needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Filip Hajny committed Mar 13, 2014
1 parent 9bda2c7 commit 644ae97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pgagent/Makefile
Expand Up @@ -16,6 +16,12 @@ USE_CMAKE= yes

CMAKE_ARGS+= -DSTATIC_BUILD=NO

SUBST_CLASSES+= d2u
SUBST_MESSAGE.d2u= Converting CRLF to LF.
SUBST_STAGE.d2u= post-extract
SUBST_FILES.d2u= CMakeLists.txt
SUBST_FILTER_CMD.d2u= ${TR} -d '\015'

.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/pgsql.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

0 comments on commit 644ae97

Please sign in to comment.