diff options
author | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-03-24 19:21:18 +0000 |
commit | f28d555e18f935b83971ec8fe6c74564beccb54b (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /games/nethack-lib | |
parent | 3693e572eee7e816fbb7530590631bdda71fcea9 (diff) | |
download | pkgsrc-f28d555e18f935b83971ec8fe6c74564beccb54b.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index ed4fcfbcbb1..399c0660ba3 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/08/28 23:03:14 ben Exp $ +# $NetBSD: Makefile,v 1.25 2007/03/24 19:21:24 joerg Exp $ # .include "../../games/nethack-lib/Makefile.common" @@ -12,6 +12,7 @@ HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh BUILD_TARGET= datastuff INSTALL_TARGET= manpages install-dat +INSTALLATION_DIRS= ${PKGMANDIR}/man6 # Special handling for the scorefiles: we do not want to delete # them between package installations and deinstallations. |