summaryrefslogtreecommitdiff
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
commit9cd16a36e65f1cf26f86fc34a611f483c0e3b36c (patch)
tree536216ddb9b06c77cae45865e7fae2bc02f3717e
parent031ccb761800add24f85cd450cba58d68fc28cc4 (diff)
downloadpkgsrc-9cd16a36e65f1cf26f86fc34a611f483c0e3b36c.tar.gz
Revert previous and just fix the make target that had different assumptions.
-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"