diff options
author | asau <asau@pkgsrc.org> | 2012-10-06 11:54:29 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-06 11:54:29 +0000 |
commit | 6fea5bcba5c06e189b223f1fe66f4d082553c5d6 (patch) | |
tree | c5fd61842558a666d102559953843c889843d3a2 /games/qstat | |
parent | de2ccf95db7318f3961093540d45338112f87adc (diff) | |
download | pkgsrc-6fea5bcba5c06e189b223f1fe66f4d082553c5d6.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'games/qstat')
-rw-r--r-- | games/qstat/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 6693f11933c..69a083eabab 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/03/04 06:59:05 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2012/10/06 11:54:51 asau Exp $ DISTNAME= qstat-2.10 CATEGORIES= games @@ -8,8 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.qstat.org/ COMMENT= Program that gathers real-time statistics from game servers -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR:Q}\"" |