summaryrefslogtreecommitdiff
path: root/audio/SDL-nas
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 /audio/SDL-nas
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'audio/SDL-nas')
-rw-r--r--audio/SDL-nas/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/SDL-nas/Makefile b/audio/SDL-nas/Makefile
index 0d5be30ea91..67d998225f8 100644
--- a/audio/SDL-nas/Makefile
+++ b/audio/SDL-nas/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/03/27 15:43:32 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2005/06/16 06:57:38 jlam Exp $
#
.include "../../devel/SDL/Makefile.common"
@@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --enable-nas
SHLIBTOOL_OVERRIDE= libtool
BUILD_DIRS= ${WRKSRC}/src/audio/nas
+INSTALLATION_DIRS= lib
do-install:
cd ${WRKSRC}/src/audio/nas && ${SHLIBTOOL} --mode=install \