aboutsummaryrefslogtreecommitdiff
path: root/games/blockout/Makefile
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-01 02:18:26 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-01 02:18:26 +0000
commit4635dfdee241d5bc644be7c5970007a0cb0b86e8 (patch)
treed837e96f39e551e6c6bd846c1e83edbe4e80ec06 /games/blockout/Makefile
parentc45ee2f88e9077207c3f798dce80113168865848 (diff)
downloadports-4635dfdee241d5bc644be7c5970007a0cb0b86e8.tar.gz
ports-4635dfdee241d5bc644be7c5970007a0cb0b86e8.zip
Notes
Diffstat (limited to 'games/blockout/Makefile')
-rw-r--r--games/blockout/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile
index d9a1229fe823..f7ecb6daea28 100644
--- a/games/blockout/Makefile
+++ b/games/blockout/Makefile
@@ -26,6 +26,7 @@ WRKSRC= ${WRKDIR}/bl24_lin_src
BUILD_WRKSRC= ${WRKSRC}/BlockOut
FETCH_ARGS?= -pRr
+SUB_FILES= pkg-message
pre-build:
cd ${WRKSRC}/ImageLib/src && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${_MAKE_JOBS} ${MAKE_ARGS}
@@ -45,6 +46,6 @@ marbleg menuback menucredits menufont menufont2 menupit online onlinea spark spa
. endfor
${INSTALL_DATA} ${WRKSRC}/BlockOut/sounds/music.mp3 ${DATADIR}/sounds
post-install:
- ${SED} -e "/%%PREFIX%%/s//${PREFIX:S/\//\\\//g}/g" ${PKGMESSAGE};
+ @{CAT} {PKGMESSAGE}
.include <bsd.port.mk>