From 3d54788596b15adf96046fae490158c614ee1403 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 22 Aug 2015 13:27:34 +0000 Subject: [PATCH] lang/pypy: Fix obvious typo that caused make warning messages Approved by: just-fix-it --- lang/pypy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index 93ba06f24421..3b8f5fe62088 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -41,7 +41,7 @@ USE_LDCONFIG= ${PREFIX}/${PYPY_DIR}/bin USES= compiler:c11 gettext-runtime tar:bzip2 WRKSRC= ${WRKDIR}/pypy-pypy-295ee98b6928 PYPY_VER= ${DISTVERSION:C|([0-9])\.([0-9]).*|\1\2|} -PYPY_DIR= pypy${PYPY_VER +PYPY_DIR= pypy${PYPY_VER} PLIST_SUB+= PYPY_VER=${PYPY_VER} PYPY_DIR=${PYPY_DIR} .include