From 9cd16a36e65f1cf26f86fc34a611f483c0e3b36c Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 8 Apr 2013 22:13:19 +0000 Subject: Revert previous and just fix the make target that had different assumptions. --- lang/squeak-vm/Makefile | 6 +++--- 1 file 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" -- cgit v1.2.3