remove WRKDIR/bin/python symlinks that aren't needed any more (link now

included in lang/python/3 -main).
This commit is contained in:
sthen
2026-05-14 10:21:25 +00:00
parent 83bf8ac01f
commit cc7cee6402
39 changed files with 18 additions and 110 deletions
-1
View File
@@ -30,7 +30,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/README.rst ${PREFIX}/share/doc/ydiff/
pre-test:
ln -sf ${MODPY_BIN} ${WRKDIR}/bin/python
ln -sf ${LOCALBASE}/bin/rst2html ${WRKDIR}/bin/rst2html.py
ln -sf ${LOCALBASE}/bin/pycodestyle ${WRKDIR}/bin/pep8
ln -sf ${LOCALBASE}/bin/coverage-${MODPY_VERSION} ${WRKDIR}/bin/coverage
-3
View File
@@ -16,7 +16,4 @@ MODPY_PYBUILD= setuptools
TEST_DEPENDS= textproc/py-docutils
pre-test:
ln -sf ${MODPY_BIN} ${WRKDIR}/bin/python
.include <bsd.port.mk>
-1
View File
@@ -36,7 +36,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/samples/module/* ${EXAMPLESDIR}/module
do-test:
ln -fs ${MODPY_BIN} ${WRKDIR}/bin/python
cd ${WRKSRC}; PATH=${WRKSRC}:${PORTPATH} ./test/run.py
.include <bsd.port.mk>