diff options
Diffstat (limited to 'games/openttd/Makefile')
-rw-r--r-- | games/openttd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index 5de5552094c..36888b90274 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2006/10/06 15:41:59 ghen Exp $ +# $NetBSD: Makefile,v 1.18 2007/02/22 19:26:31 wiz Exp $ DISTNAME= openttd-0.4.8-source PKGNAME= openttd-0.4.8 CATEGORIES= games x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openttd/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openttd/} MAINTAINER= froz@icix.org HOMEPAGE= http://www.openttd.com/ @@ -12,7 +12,7 @@ EXTRACT_SUFX= .tar.bz2 USE_TOOLS+= gmake pkg-config -DATA_DIR= ${PREFIX}/share/games/openttd +DATA_DIR= ${PREFIX}/share/games/openttd MAKE_ENV+= PREFIX=${PREFIX:Q} MAKE_ENV+= INSTALL=1 |