diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:43:52 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:43:52 +0000 |
commit | 1089da7dcc67eb415fa6851ab9dc700e7b1a9972 (patch) | |
tree | b17e4a180ab0d752369c8e734fdf2ea3c684d01b /emulators/wxmupen64plus | |
parent | 68ede13b4964032ff878ab9cc8d9d58cdf364374 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: emulators)
Notes
Notes:
svn path=/head/; revision=327721
Diffstat (limited to 'emulators/wxmupen64plus')
-rw-r--r-- | emulators/wxmupen64plus/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/wxmupen64plus/Makefile b/emulators/wxmupen64plus/Makefile index ae43f34beb13..4b325da6099a 100644 --- a/emulators/wxmupen64plus/Makefile +++ b/emulators/wxmupen64plus/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wxmupen64plus -# Date created: 2011-12-17 -# Whom: Alonso Cardenas Marquez <acm@FreeBSD.org> -# +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wxmupen64plus PORTVERSION= 0.2 @@ -31,6 +27,7 @@ USE_PYTHON= yes WAF_SCRIPT= waf +NO_STAGE= yes do-configure: @cd ${WRKSRC} && \ ${PYTHON_CMD} ${WAF_SCRIPT} configure --mupenapi=${LOCALBASE}/include/${PORTNAME:S/wx//} \ |