aboutsummaryrefslogtreecommitdiff
path: root/games/blockout
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2010-02-10 17:50:38 +0000
committerErwin Lansing <erwin@FreeBSD.org>2010-02-10 17:50:38 +0000
commit345ac4bbc5bd26e64300a04bc316de7b0fc2ed39 (patch)
treea1d241b60c369b9881462abd6ae55691e7ae27aa /games/blockout
parent7813f10632bedf47e6bac2a8107bfcf6bfadd89d (diff)
downloadports-345ac4bbc5bd26e64300a04bc316de7b0fc2ed39.tar.gz
ports-345ac4bbc5bd26e64300a04bc316de7b0fc2ed39.zip
Add another missing $
Submitted by: Jan Henrik Sylvester <me@janh.de>
Notes
Notes: svn path=/head/; revision=249552
Diffstat (limited to 'games/blockout')
-rw-r--r--games/blockout/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile
index bd70be9b497e..860bb538d9b1 100644
--- a/games/blockout/Makefile
+++ b/games/blockout/Makefile
@@ -46,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:
- @${CAT} {PKGMESSAGE}
+ @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>