Lines 498-503
Link Here
|
498 |
pre-install-easyinstall: |
498 |
pre-install-easyinstall: |
499 |
@${MKDIR} ${PYEASYINSTALL_SITELIBDIR} |
499 |
@${MKDIR} ${PYEASYINSTALL_SITELIBDIR} |
500 |
|
500 |
|
|
|
501 |
.if !defined(WITH_PKGNG) |
501 |
add-plist-post: add-plist-easyinstall |
502 |
add-plist-post: add-plist-easyinstall |
502 |
add-plist-easyinstall: |
503 |
add-plist-easyinstall: |
503 |
@# @unexec line must be located before any other line while @exec must not. |
504 |
@# @unexec line must be located before any other line while @exec must not. |
Lines 508-513
Link Here
|
508 |
@${ECHO_CMD} "@exec ${SETENV} PYTHONPATH=${PYEASYINSTALL_SITELIBDIR} \ |
509 |
@${ECHO_CMD} "@exec ${SETENV} PYTHONPATH=${PYEASYINSTALL_SITELIBDIR} \ |
509 |
${PYEASYINSTALL_CMD} ${PYEASYINSTALL_INSTALLARGS}" \ |
510 |
${PYEASYINSTALL_CMD} ${PYEASYINSTALL_INSTALLARGS}" \ |
510 |
>> ${TMPPLIST} |
511 |
>> ${TMPPLIST} |
|
|
512 |
.endif # !defined(WITH_PKGNG) |
511 |
.endif # defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install" |
513 |
.endif # defined(USE_PYDISTUTILS) && ${USE_PYDISTUTILS} == "easy_install" |
512 |
|
514 |
|
513 |
# distutils support |
515 |
# distutils support |