diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | 161c920c15367de281f689f6f1177c3a33e63cc6 (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /games/xnibbles | |
parent | 8c89cf7eab0786e7a5f162a44198b342e5fd87d0 (diff) | |
download | pkgsrc-161c920c15367de281f689f6f1177c3a33e63cc6.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'games/xnibbles')
-rw-r--r-- | games/xnibbles/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xnibbles/Makefile b/games/xnibbles/Makefile index ee55b455adb..d09d7959fcd 100644 --- a/games/xnibbles/Makefile +++ b/games/xnibbles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2006/12/15 20:32:56 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2007/03/24 19:21:25 joerg Exp $ # DISTNAME= xnibbles-1.0BETA4 @@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/xnibbles USE_TOOLS+= gmake USE_LANGUAGES= c c++ +INSTALLATION_DIRS= bin ${PKGMANDIR}/man6 + SUBST_CLASSES+= audio SUBST_STAGE.audio= pre-build SUBST_MESSAGE.audio= Adjusting path to audio device |