summaryrefslogtreecommitdiff
path: root/games/xblockout
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
commit15fcd3d9016e23bab6073019e456581fd60afe1c (patch)
tree7798153159fc0c4bd8204184483b2731af580aa8 /games/xblockout
parentc689f851a110c4e1ce9b1c6443f945e14c9f99d9 (diff)
downloadpkgsrc-15fcd3d9016e23bab6073019e456581fd60afe1c.tar.gz
Create some directories before to fix build with modular xorg.
Diffstat (limited to 'games/xblockout')
-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"