diff options
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 1a423d94cab..7051e8b4347 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:16 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2007/03/24 19:21:24 joerg Exp $ DISTNAME= imaze1.3 PKGNAME= imaze-1.3 @@ -16,6 +16,8 @@ EXTRACT_ONLY= imaze1.3.tar.Z WRKSRC= ${WRKDIR}/imaze USE_X11BASE= yes +INSTALLATION_DIRS= ${PKGMANDIR}/man6 + post-build: cd ${WRKSRC} && ${PAX} -O -rf ${DISTDIR}/imaze-sounds.tar |