diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-12-27 14:03:31 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2005-12-27 14:03:31 +0000 |
commit | af6c426e27866930aa9ec6d9e6ae94ae303ce5fd (patch) | |
tree | 13bf21d0a83f3ad946d9f98fee89b7660ae90b93 /games/cake/Makefile | |
parent | 4958bdef4a54d609c8b4b004d52138a714115a74 (diff) | |
download | ports-af6c426e27866930aa9ec6d9e6ae94ae303ce5fd.tar.gz ports-af6c426e27866930aa9ec6d9e6ae94ae303ce5fd.zip |
Notes
Diffstat (limited to 'games/cake/Makefile')
-rw-r--r-- | games/cake/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/cake/Makefile b/games/cake/Makefile index b4e5d11825be..b1321161c452 100644 --- a/games/cake/Makefile +++ b/games/cake/Makefile @@ -48,6 +48,7 @@ post-extract: -e 's/#pragma[[:blank:]]+pack[[:blank:]]*\([[:blank:]]*pop[[:blank:]]*\)/#pragma pack()/g' '{}' \; @${REINPLACE_CMD} -e 's/ENABLE_SOUND 1/ENABLE_SOUND 0/' \ ${WRKSRC}/cake/sound.h + @${REINPLACE_CMD} -e 's/167/96/' ${WRKSRC}/main.cpp do-install: ${INSTALL_PROGRAM} ${WRKSRC}/main ${PREFIX}/bin/cake |