diff options
Diffstat (limited to 'games/openttd/Makefile')
-rw-r--r-- | games/openttd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/openttd/Makefile b/games/openttd/Makefile index e7b4362add4..18f1f0a8116 100644 --- a/games/openttd/Makefile +++ b/games/openttd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2012/04/29 22:49:31 dholland Exp $ +# $NetBSD: Makefile,v 1.45 2012/10/06 11:54:49 asau Exp $ DISTNAME= openttd-1.2.0-source PKGNAME= ${DISTNAME:S/-source//} @@ -11,8 +11,6 @@ HOMEPAGE= http://www.openttd.org/ COMMENT= Open source clone of Transport Tycoon Deluxe LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config |