diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-30 15:49:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-30 15:49:00 +0000 |
commit | 34de855031481693eca0dc186ef7b373e532e19e (patch) | |
tree | bf18a22e52370917f29bce9dad2a2a53a6c033a7 /games/imaze/Makefile | |
parent | e53d15d3004cc763c27c871db3fb663a12619e8d (diff) | |
download | pkgsrc-34de855031481693eca0dc186ef7b373e532e19e.tar.gz |
Some more directories needed for NO_MTREE=yes.
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 7051e8b4347..27f2fe28ae0 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2007/03/24 19:21:24 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2007/03/30 15:49:00 joerg Exp $ DISTNAME= imaze1.3 PKGNAME= imaze-1.3 @@ -16,7 +16,7 @@ EXTRACT_ONLY= imaze1.3.tar.Z WRKSRC= ${WRKDIR}/imaze USE_X11BASE= yes -INSTALLATION_DIRS= ${PKGMANDIR}/man6 +INSTALLATION_DIRS= bin lib/X11/app-defaults ${PKGMANDIR}/man6 post-build: cd ${WRKSRC} && ${PAX} -O -rf ${DISTDIR}/imaze-sounds.tar |