diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 21:13:27 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 21:13:27 +0800 |
commit | cb075db41c57ce542f7e617f7d89bb51a2c69399 (patch) | |
tree | 270228bdf944b5fc9347da4cf1c2ee4fac563439 /games/apoolGL | |
parent | 03bd01df0610b35a4b34ab19ac89d756380b80d8 (diff) | |
download | freebsd-ports-gnome-cb075db41c57ce542f7e617f7d89bb51a2c69399.tar.gz freebsd-ports-gnome-cb075db41c57ce542f7e617f7d89bb51a2c69399.tar.zst freebsd-ports-gnome-cb075db41c57ce542f7e617f7d89bb51a2c69399.zip |
Some more clever usage of printf \r.
The games/prboom-plus bits were not used anywhere.
Sponsored by: Absolight
Diffstat (limited to 'games/apoolGL')
-rw-r--r-- | games/apoolGL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/apoolGL/Makefile b/games/apoolGL/Makefile index 6cb95f712d67..b073f7623f08 100644 --- a/games/apoolGL/Makefile +++ b/games/apoolGL/Makefile @@ -15,13 +15,14 @@ LICENSE= GPLv2+ USE_SDL= sdl USE_GL= gl +USES= dos2unix +DOS2UNIX_FILES= ApoolGL.txt OPTIONS_DEFINE= DOCS PORTDOCS= ApoolGL.txt CHANGELOG OpenGL-Features post-patch: - @${REINPLACE_CMD} -e "s|`${PRINTF} '\r'`$$||" ${WRKSRC}/ApoolGL.txt @${REINPLACE_CMD} -e 's|SDL/||' ${WRKSRC}/*.c do-build: |