View | Details | Raw Unified | Return to bug 15700
Collapse All | Expand All

(-)python/Makefile (+2 lines)
Lines 104-109 Link Here
104
post-install:
104
post-install:
105
	strip ${PREFIX}/bin/python
105
	strip ${PREFIX}/bin/python
106
	@${MKDIR} ${PREFIX}/share/doc/python
106
	@${MKDIR} ${PREFIX}/share/doc/python
107
	@${MKDIR} ${PREFIX}/share/python
108
	${INSTALL_DATA} ${WRKSRC}/Misc/python-mode.el ${PREFIX}/share/emacs/site-lisp
107
	${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
109
	${INSTALL_DATA} ${WRKSRC}/Misc/COPYRIGHT ${PREFIX}/share/doc/python
108
	@${MKDIR} ${PREFIX}/lib/python1.5/site-packages
110
	@${MKDIR} ${PREFIX}/lib/python1.5/site-packages
109
.if defined(WITH_TOOLS) && ${WITH_TOOLS} == yes
111
.if defined(WITH_TOOLS) && ${WITH_TOOLS} == yes
(-)python/pkg/PLIST (+2 lines)
Lines 1-6 Link Here
1
bin/python1.5
1
bin/python1.5
2
bin/python
2
bin/python
3
share/doc/python/COPYRIGHT
3
share/doc/python/COPYRIGHT
4
share/python/python-mode.el
4
include/python1.5/Python.h
5
include/python1.5/Python.h
5
include/python1.5/abstract.h
6
include/python1.5/abstract.h
6
include/python1.5/bitset.h
7
include/python1.5/bitset.h
Lines 995-997 Link Here
995
@dirrm lib/python1.5
996
@dirrm lib/python1.5
996
@exec mkdir -p %D/lib/python1.5/site-packages
997
@exec mkdir -p %D/lib/python1.5/site-packages
997
@dirrm share/doc/python
998
@dirrm share/doc/python
999
@dirrm share/python

Return to bug 15700