summaryrefslogtreecommitdiff
path: root/lang/squeak-vm
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-04-08 22:13:19 +0000
committerwiz <wiz@pkgsrc.org>2013-04-08 22:13:19 +0000
commit632ca0791a26581b386194ea4b085daf87f4fa2e (patch)
tree536216ddb9b06c77cae45865e7fae2bc02f3717e /lang/squeak-vm
parentb4bde71f170e20f4fb77d894b0e6c8b5b9488f17 (diff)
downloadpkgsrc-632ca0791a26581b386194ea4b085daf87f4fa2e.tar.gz
Revert previous and just fix the make target that had different assumptions.
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"