summaryrefslogtreecommitdiff
path: root/lang/squeak-vm
diff options
context:
space:
mode:
Diffstat (limited to 'lang/squeak-vm')
-rw-r--r--lang/squeak-vm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/squeak-vm/Makefile b/lang/squeak-vm/Makefile
index 1e5020a25b3..0e344740e64 100644
--- a/lang/squeak-vm/Makefile
+++ b/lang/squeak-vm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2013/04/08 16:45:33 asau Exp $
+# $NetBSD: Makefile,v 1.24 2013/04/08 22:13:19 wiz Exp $
#
SQUEAK_VERSION= 4.10.2.2614
@@ -22,7 +22,7 @@ USE_LANGUAGES= c c++
USE_CMAKE= yes
USE_TOOLS= gzip
-CONFIGURE_DIRS= ${WRKSRC}/build
+CONFIGURE_DIRS= build
CMAKE_ARG_PATH= ../unix
#CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE:BOOL=TRUE # debug
CMAKE_ARGS+= -DPKGMANDIR=${PKGMANDIR}
@@ -45,7 +45,7 @@ PLIST_SUBST= SQUEAK_VERSION=${SQUEAK_VERSION}
PLIST_VARS+= oss
pre-configure:
- ${MKDIR} ${CONFIGURE_DIRS}
+ ${MKDIR} ${WRKSRC}/${CONFIGURE_DIRS}
.include "../../audio/libvorbis/buildlink3.mk"
.include "../../audio/speex/buildlink3.mk"