summaryrefslogtreecommitdiff
path: root/lang/squeak-vm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-04-09 06:07:35 +0000
committerwiz <wiz@pkgsrc.org>2013-04-09 06:07:35 +0000
commit4e256e76a46b3aaebf47f02a018e77c5a1354845 (patch)
tree3a57786ec6f42543fe2be3a425491bc4d625c6b9 /lang/squeak-vm
parenta8033beb0f302271260e30a4ff002c6342962084 (diff)
downloadpkgsrc-4e256e76a46b3aaebf47f02a018e77c5a1354845.tar.gz
Let's do it differently one more time, so it will work in the hypothetical
case that CONFIGURE_DIRS will contain more than one directory. For asau.
Diffstat (limited to 'lang/squeak-vm')
-rw-r--r--lang/squeak-vm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/squeak-vm/Makefile b/lang/squeak-vm/Makefile
index a3eec7af855..dea5dcfd03a 100644
--- a/lang/squeak-vm/Makefile
+++ b/lang/squeak-vm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2013/04/09 06:05:25 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2013/04/09 06:07:35 wiz Exp $
#
SQUEAK_VERSION= 4.10.2.2614
@@ -45,7 +45,7 @@ PLIST_SUBST= SQUEAK_VERSION=${SQUEAK_VERSION}
PLIST_VARS+= oss
pre-configure:
- ${MKDIR} ${WRKSRC}/build
+ cd ${WRKSRC} && ${MKDIR} ${CONFIGURE_DIRS}
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"