mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Use setup.py instead of PYSETUP
This commit is contained in:
parent
72596f13a6
commit
f8ed1cc3f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=456500
@ -20,7 +20,7 @@ USES= python:3.4+
|
||||
PLIST_FILES= man/man1/lfm.1.gz
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/print(__doc__)/d' ${WRKSRC}/${PYSETUP}
|
||||
@${REINPLACE_CMD} -e '/print(__doc__)/d' ${WRKSRC}/setup.py
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/lfm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/
|
||||
|
Loading…
Reference in New Issue
Block a user