summaryrefslogtreecommitdiff
path: root/games/quake
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit4eedf46f13f54f52b57bb41f46fa1156773cfe5b (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /games/quake
parent563be07afa7bf7078a833258658572365405741a (diff)
downloadpkgsrc-4eedf46f13f54f52b57bb41f46fa1156773cfe5b.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'games/quake')
-rw-r--r--games/quake/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/quake/Makefile b/games/quake/Makefile
index 49ca21635fd..ced2b632829 100644
--- a/games/quake/Makefile
+++ b/games/quake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2005/06/01 18:02:52 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2005/06/16 06:57:55 jlam Exp $
DISTNAME= q1source
PKGNAME= quake-2.30
@@ -26,6 +26,8 @@ MAKE_ENV+= X11BASE=${X11BASE}
LDFLAGS+= ${LIBOSSAUDIO}
+INSTALLATION_DIRS= bin
+
do-configure:
cd ${WRKSRC}/qw && ${LN} -fs makefile.linux ${MAKEFILE}
cd ${WRKSRC}/winquake && ${LN} -fs makefile.linuxi386 ${MAKEFILE}