summaryrefslogtreecommitdiff
path: root/audio/SDL-arts
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-06-16 06:57:37 +0000
committerjlam <jlam@pkgsrc.org>2005-06-16 06:57:37 +0000
commit9e5a580c7cd0c897aef81fa796765bd0f8c4e40a (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /audio/SDL-arts
parent323657664ad8840f199ea99af8583f369bbe9dad (diff)
downloadpkgsrc-9e5a580c7cd0c897aef81fa796765bd0f8c4e40a.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'audio/SDL-arts')
-rw-r--r--audio/SDL-arts/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/SDL-arts/Makefile b/audio/SDL-arts/Makefile
index eed19b30e7b..a7c3846d0af 100644
--- a/audio/SDL-arts/Makefile
+++ b/audio/SDL-arts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/03/27 15:43:32 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2005/06/16 06:57:38 jlam Exp $
#
.include "../../devel/SDL/Makefile.common"
@@ -15,6 +15,7 @@ CONFIGURE_ARGS+= --enable-arts
SHLIBTOOL_OVERRIDE= libtool
BUILD_DIRS= ${WRKSRC}/src/audio/arts
+INSTALLATION_DIRS= lib
do-install:
cd ${WRKSRC}/src/audio/arts && ${SHLIBTOOL} --mode=install \