summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-06 12:51:41 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-06 12:51:41 +0000
commit3916c24c0c5edf17d87c074ff59c4261981e7b41 (patch)
tree7798153159fc0c4bd8204184483b2731af580aa8 /games
parent44b3fcaaa56098fee46ffd00878aab8f3446a45b (diff)
downloadpkgsrc-3916c24c0c5edf17d87c074ff59c4261981e7b41.tar.gz
Create some directories before to fix build with modular xorg.
Diffstat (limited to 'games')
-rw-r--r--games/xblockout/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xblockout/Makefile b/games/xblockout/Makefile
index ac7e868eef8..0893c6c7460 100644
--- a/games/xblockout/Makefile
+++ b/games/xblockout/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2007/02/02 16:05:43 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2007/02/06 12:51:41 joerg Exp $
#
DISTNAME= xbl-1.1.5
@@ -13,6 +13,7 @@ USE_TOOLS+= imake
GNU_CONFIGURE= yes
# libXext is not needed
BUILDLINK_TRANSFORM+= rm:-lXext
+INSTALLATION_DIRS= bin lib/X11/app-defaults
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"