lang/pypy: Fix obvious typo that caused make warning messages
Approved by: just-fix-it
This commit is contained in:
parent
22ad7af332
commit
3d54788596
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395030
1 changed files with 1 additions and 1 deletions
|
@ -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 <bsd.port.options.mk>
|
||||
|
|
Loading…
Reference in a new issue