From b3f53a7710aef6bf70130db57affead1adb76fe8 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 19:53:09 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: lang) --- lang/pypy/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lang/pypy') diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index a894408a2d04..99b0e2efe81f 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -61,6 +61,7 @@ MAKE_ENV+= DISTVERSION=${DISTVERSION} PYTHON_CMD=${PYTHON_CMD} \ LOCALBASE_REFIX= \ ${PYPY_LIBDIR}/lib_pypy/_sqlite3.py +NO_STAGE= yes .include .include "${MASTERDIR}/files/bsd.pypy.inst.mk" -- cgit