mirror of
https://git.freebsd.org/ports.git
synced 2025-05-23 04:03:14 -04:00
- Stage
- Drop easy_install - Pet portlint PR: ports/188881 Submitted by: Bartek Rutkowski <ports@robakdesign.com>
This commit is contained in:
parent
794c40cfee
commit
78400aac75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351913
3 changed files with 6 additions and 4 deletions
|
@ -18,7 +18,6 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
|||
PORTDOC_FILES= README.html README.txt ftputil.html ftputil.txt ftputil_ru_utf8.txt
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-fetch:
|
||||
|
@ -28,9 +27,9 @@ do-fetch:
|
|||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for i in ${PORTDOC_FILES}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
|
|
@ -6,4 +6,4 @@ functions similar to those in the os, os.path and shutil modules. ftputil has
|
|||
convenience functions for conditional uploads and downloads, and handles FTP
|
||||
clients and servers in different timezones.
|
||||
|
||||
WWW: http://ftputil.sschwarzer.net/
|
||||
WWW: http://ftputil.sschwarzer.net/
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
%%PYTHON_LIBDIR%%/site-packages/ftputil/setup.py
|
||||
%%PYTHON_LIBDIR%%/site-packages/ftputil/setup.pyc
|
||||
%%PYTHON_LIBDIR%%/site-packages/ftputil/setup.pyo
|
||||
%%PYTHON_SITELIBDIR%%/ftputil/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/ftputil/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/ftputil/__init__.pyo
|
||||
|
|
Loading…
Add table
Reference in a new issue