diff options
author | wiz <wiz@pkgsrc.org> | 2013-04-09 06:07:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-04-09 06:07:35 +0000 |
commit | 4e256e76a46b3aaebf47f02a018e77c5a1354845 (patch) | |
tree | 3a57786ec6f42543fe2be3a425491bc4d625c6b9 /lang/squeak-vm | |
parent | a8033beb0f302271260e30a4ff002c6342962084 (diff) | |
download | pkgsrc-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/Makefile | 4 |
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" |