From aff006de8cff86222828b3ce616c6ddc5c892242 Mon Sep 17 00:00:00 2001 From: danfe Date: Fri, 21 Mar 2008 13:18:08 +0000 Subject: - Drop USE_X_PREFIX - Clean up pkg-message and Makefile --- games/cake/Makefile | 5 +++-- games/cake/pkg-message | 5 ----- 2 files changed, 3 insertions(+), 7 deletions(-) (limited to 'games/cake') diff --git a/games/cake/Makefile b/games/cake/Makefile index a2ba97b9b407..f940b718fb2d 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -28,7 +28,6 @@ LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg # in bsd.port.mk. PATCH_ARGS= -d ${PATCH_WRKSRC} -N -s -E ${PATCH_STRIP} -l USE_GMAKE= yes -USE_X_PREFIX= yes USE_ZIP= yes ALL_TARGET= main @@ -50,13 +49,15 @@ post-extract: .SILENT ${REINPLACE_CMD} -e 's/ENABLE_SOUND 1/ENABLE_SOUND 0/' \ ${WRKSRC}/cake/sound.h ${REINPLACE_CMD} -e 's/167/96/' ${WRKSRC}/main.cpp - # GCC 4.x fix +# Fix for GCC 4.x ${REINPLACE_CMD} -e 's/Mat3x2:://' ${WRKSRC}/cake/math.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/main ${PREFIX}/bin/cake post-install: + @${ECHO_MSG} @${CAT} ${PKGMESSAGE} + @${ECHO_MSG} .include diff --git a/games/cake/pkg-message b/games/cake/pkg-message index b7364982586f..94e089f1ae43 100644 --- a/games/cake/pkg-message +++ b/games/cake/pkg-message @@ -1,6 +1,3 @@ - -======================================================================= - You can put custom configuration file in the same directory where you run cake binary from, named `config.ini'. Some default values are: @@ -18,5 +15,3 @@ NOTE: cake requires a gfx card that supports following extensions: * GL_EXT_compiled_vertex_array * GL_ARB_multitexture - -======================================================================= -- cgit