diff options
author | erwin <erwin@FreeBSD.org> | 2010-02-10 15:52:20 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2010-02-10 15:52:20 +0800 |
commit | 6a003fca0dadd8f08f409eb4d55ae3d02dedccb6 (patch) | |
tree | db4e2ac25c3694ecfa94e23b26fcb45df276088a | |
parent | 22d3b74160b46c9a6c840a0b92500c5e0d9f8f3e (diff) | |
download | freebsd-ports-gnome-6a003fca0dadd8f08f409eb4d55ae3d02dedccb6.tar.gz freebsd-ports-gnome-6a003fca0dadd8f08f409eb4d55ae3d02dedccb6.tar.zst freebsd-ports-gnome-6a003fca0dadd8f08f409eb4d55ae3d02dedccb6.zip |
Add missing $
Not properly tested by: pgollucci
-rw-r--r-- | games/blockout/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/blockout/Makefile b/games/blockout/Makefile index f7ecb6daea28..bd70be9b497e 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> |