diff options
-rw-r--r-- | games/openttd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index bfdca265e9f..acfcd6e5349 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/09/11 11:44:29 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2005/09/11 11:50:48 adrianp Exp $ DISTNAME= openttd-0.4.0.1-source PKGNAME= openttd-0.4.0.1 @@ -23,7 +23,7 @@ MAKE_ENV+= PERSONAL_DIR=.openttd MAKE_ENV+= WITH_NETWORK=1 MAKE_ENV+= X11BASE=${X11BASE} -WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} INSTALLATION_DIRS= bin |