diff options
Diffstat (limited to 'games/nethack')
-rw-r--r-- | games/nethack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index c39d5936b8c..3fd3a0e2b9b 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -1,9 +1,11 @@ -# $NetBSD: Makefile,v 1.23 2007/10/25 22:00:44 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2008/07/14 12:56:04 joerg Exp $ # Needed so configure/patch rules don't get pulled in NO_BUILD= yes NO_CONFIGURE= yes +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../games/nethack-lib/Makefile.common" DISTNAME= nethack-all-${NETHACK_VERSION} |