diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-12-03 08:34:29 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2013-12-03 08:34:29 +0000 |
commit | 2f92a0b6816e119730088fbed2fefb6899f8f5e8 (patch) | |
tree | 3227fbccd5151313d9f19e0d8fa9d2c770c0daa3 /games/blobby | |
parent | Revert r335523. (diff) |
Convert my ports from using USE_DOS2UNIX to USES=dos2unix
Notes
Notes:
svn path=/head/; revision=335549
Diffstat (limited to 'games/blobby')
-rw-r--r-- | games/blobby/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/blobby/Makefile b/games/blobby/Makefile index f16c8a2b4bb4..f7c389f8a92d 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -21,12 +21,11 @@ BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ USE_XORG= ice x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender USE_SDL= sdl USE_GL= glu -USES= cmake -CMAKE_ARGS+= -DDATADIR:PATH="${DATADIR}" -WRKSRC= ${WRKDIR}/blobby-1.0rc3 -USE_DOS2UNIX= yes +USES= dos2unix cmake DOS2UNIX_REGEX= .*\.(c|h|cpp) +CMAKE_ARGS+= -DDATADIR:PATH="${DATADIR}" +WRKSRC= ${WRKDIR}/blobby-1.0rc3 PORTDOCS= AUTHORS ChangeLog INSTALL NEWS README TODO |