summaryrefslogtreecommitdiff
path: root/games/eus-demo
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /games/eus-demo
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'games/eus-demo')
-rw-r--r--games/eus-demo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/games/eus-demo/Makefile b/games/eus-demo/Makefile
index 0e4e51386d4..bb9d62c0d0c 100644
--- a/games/eus-demo/Makefile
+++ b/games/eus-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2004/01/20 12:15:40 agc Exp $
+# $NetBSD: Makefile,v 1.13 2005/06/16 06:57:54 jlam Exp $
DISTNAME= eus-demo
PKGNAME= eus-demo-1.0
@@ -37,6 +37,8 @@ DIST_SUBDIR= lokigames
LIBDIR= ${PREFIX}/lib/lokigames/${BINNAME}
SHAREDIR= ${PREFIX}/share/doc/lokigames
+INSTALLATION_DIRS= bin
+
do-build:
${SED} -e 's#@@PREFIX@@#${PREFIX}#g' \
-e 's#@@LIBDIR@@#${LIBDIR}#g' \