diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-08 17:15:08 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-08 17:15:08 +0000 |
commit | 39b3415d6fe5499b158287ab7c35e2f6121f4c28 (patch) | |
tree | e8ab1c59f503522ad72a41b9800812a766c73d59 /games/xmahjongg | |
parent | eb273f5f10535be5c1e7a5967065f521932bab3e (diff) | |
download | pkgsrc-39b3415d6fe5499b158287ab7c35e2f6121f4c28.tar.gz |
user-destdir support
Diffstat (limited to 'games/xmahjongg')
-rw-r--r-- | games/xmahjongg/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index 7a37559aa69..60dc26089bf 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/07/22 21:59:00 tonio Exp $ +# $NetBSD: Makefile,v 1.28 2009/07/08 17:15:08 joerg Exp $ # DISTNAME= xmahjongg-3.7 @@ -10,6 +10,8 @@ MAINTAINER= salo@NetBSD.org HOMEPAGE= http://www.lcdf.org/~eddietwo/xmahjongg/ COMMENT= The Chinese game of Mah Jongg for X11 +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= YES USE_LANGUAGES= c c++ |