diff options
Diffstat (limited to 'games/openmortal/Makefile')
-rw-r--r-- | games/openmortal/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile index 292c1478e17..5f96495e1eb 100644 --- a/games/openmortal/Makefile +++ b/games/openmortal/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2010/06/13 22:44:22 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2010/07/02 16:48:54 joerg Exp $ # DISTNAME= openmortal-0.7 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openmortal/} EXTRACT_SUFX= .tar.bz2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://apocalypse.rulez.org/~upi/Mortal/ COMMENT= Parody of Mortal Kombat with real characters +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake |