mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
<expletive>
Un-break `make install'. PR: 27164 Submitted by: Patrick Li <pat@databits.net>
This commit is contained in:
parent
06fa03f98f
commit
7154cba161
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42350
@ -113,7 +113,7 @@ pre-install:
|
||||
.for platform in ${PLATFORMS}
|
||||
${MKDIR} ${PYTHON_LIBDIR}/${platform}
|
||||
.for file in FCNTL.py IN.py SOCKET.py TERMIOS.py regen
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/${file}
|
||||
${INSTALL_DATA} ${WRKSRC}/Lib/${platform}/${file} \
|
||||
${PYTHON_LIBDIR}/${platform}
|
||||
.endfor
|
||||
.endfor
|
||||
@ -122,7 +122,8 @@ pre-install:
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/python
|
||||
@${MKDIR} ${PREFIX}/share/emacs/site-lisp
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/python-mode.el ${PREFIX}/share/emacs/site-lisp
|
||||
${INSTALL_DATA} ${WRKSRC}/Misc/python-mode.el \
|
||||
${PREFIX}/share/emacs/site-lisp
|
||||
@${MKDIR} ${PYTHON_SITELIBDIR}
|
||||
.if !defined(WITHOUT_TOOLS)
|
||||
@cd ${WRKSRC}; tar -c --exclude='*CVS*' -f - Tools | \
|
||||
|
Loading…
Reference in New Issue
Block a user