diff options
Diffstat (limited to 'games/koth/Makefile')
-rw-r--r-- | games/koth/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/koth/Makefile b/games/koth/Makefile index f6d4d90fcc6..679efd15a17 100644 --- a/games/koth/Makefile +++ b/games/koth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/01/30 16:02:52 tnn Exp $ +# $NetBSD: Makefile,v 1.24 2010/01/30 16:23:34 tnn Exp $ # DISTNAME= koth-0.8.0 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/koth/ COMMENT= The classic "shoot the other tank" artillery game, networked +PKG_DESTDIR_SUPPORT= user-destdir + PTHREAD_AUTO_VARS= yes GNU_CONFIGURE= YES CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR:Q}\"" |