aboutsummaryrefslogtreecommitdiff
path: root/emulators/bsvc/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2013-11-05 16:32:57 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2013-11-05 16:32:57 +0000
commitcbbf190e5e0d3f9bba3451679ffcd5049590b468 (patch)
treec403714eca8432ba36e52643602b08a8b7e62732 /emulators/bsvc/Makefile
parent0c949f02c10957ea1a87aa35ed04ececf833e148 (diff)
downloadports-cbbf190e5e0d3f9bba3451679ffcd5049590b468.tar.gz
ports-cbbf190e5e0d3f9bba3451679ffcd5049590b468.zip
- Convert to USES+=tk
- STAGE-clean
Notes
Notes: svn path=/head/; revision=332867
Diffstat (limited to 'emulators/bsvc/Makefile')
-rw-r--r--emulators/bsvc/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile
index 87c1279c1ef0..dc07f39210e4 100644
--- a/emulators/bsvc/Makefile
+++ b/emulators/bsvc/Makefile
@@ -13,12 +13,10 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= An extensible hardware simulation framework with MC68K support
WRKSRC= ${WRKDIR}/${DISTNAME}/src
-MAKE_ENV= PROJECT_BASE=${PREFIX} WRKSRC=${WRKSRC}
-USE_TK_RUN= yes
-MAKE_JOBS_UNSAFE= yes
+MAKE_ENV= PROJECT_BASE=${STAGEDIR}${PREFIX} WRKSRC=${WRKSRC} WISH=${WISH}
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
+USES+= tk
+MAKE_JOBS_UNSAFE= yes
pre-patch:
@${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile
@@ -39,4 +37,4 @@ post-patch:
@${FIND} ${WRKSRC} -name Makefile -exec \
${REINPLACE_CMD} -e 's/make/$(MAKE)/' \{\} \;
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>