freebsd-ports/games/bsdtris/Makefile
John Marino b788f1f865 games/bsdtris: Fix highscores file location
I missed one change after relocating the highscores file from
$PREFIX/var/games to /var/games, so fix that now.

Noticed by:	Christian Mangin
PR:		192691
2014-08-16 19:27:57 +00:00

16 lines
330 B
Makefile

# Created by: Yonatan <onatan@gmail.com>
# $FreeBSD$
PORTNAME= bsdtris
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.mavetju.org/download/adopted/
DISTNAME= ${PORTNAME}-01092003
MAINTAINER= ports@FreeBSD.org
COMMENT= BSD version of text-based Tetris game
NO_WRKSUBDIR= yes
.include <bsd.port.mk>