diff options
author | tnn <tnn@pkgsrc.org> | 2010-01-30 16:23:34 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-01-30 16:23:34 +0000 |
commit | 78b394dc222ecddbc86d8954369d8c974126e8a8 (patch) | |
tree | 6aa3f5ce2a318e3f7045c90b47b4b74e4c03a28f | |
parent | b54ecdc97330cb1bd6e4883c32a470b74adb9bc0 (diff) | |
download | pkgsrc-78b394dc222ecddbc86d8954369d8c974126e8a8.tar.gz |
mark as DESTDIR ready.
-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}\"" |