1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Add another missing $

Submitted by:	Jan Henrik Sylvester <me@janh.de>
This commit is contained in:
Erwin Lansing 2010-02-10 17:50:38 +00:00
parent 7813f10632
commit 345ac4bbc5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=249552

View File

@ -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>