summaryrefslogtreecommitdiff
path: root/lang/python20
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2001-05-07 11:17:12 +0000
committerThomas Gellekum <tg@FreeBSD.org>2001-05-07 11:17:12 +0000
commit7154cba16158e8398f2089500eb66cd7a7fe4f65 (patch)
tree32a1151df427df76a7151304315d561650b81081 /lang/python20
parentFix a bug that imaps didn't work correctly. (diff)
<expletive>
Un-break `make install'. PR: 27164 Submitted by: Patrick Li <pat@databits.net>
Notes
Notes: svn path=/head/; revision=42350
Diffstat (limited to 'lang/python20')
-rw-r--r--lang/python20/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile
index a3ea9d68f186..65b3490941a8 100644
--- a/lang/python20/Makefile
+++ b/lang/python20/Makefile
@@ -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 | \