diff options
author | tnn <tnn> | 2010-01-30 16:23:34 +0000 |
---|---|---|
committer | tnn <tnn> | 2010-01-30 16:23:34 +0000 |
commit | a13a5a3c89d573604373e725cccdbc0cd0c95cea (patch) | |
tree | 6aa3f5ce2a318e3f7045c90b47b4b74e4c03a28f /games/koth | |
parent | 18fc3a9cd505c0e43b769d17b2f57cc9c5b37609 (diff) | |
download | pkgsrc-a13a5a3c89d573604373e725cccdbc0cd0c95cea.tar.gz |
mark as DESTDIR ready.
Diffstat (limited to 'games/koth')
-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}\"" |