mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Add LICENSE_FILE
- Switch to options helpers
This commit is contained in:
parent
6d3e6bbdaa
commit
714de698bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401967
@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python API documentation generation tool
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= distutils
|
||||
@ -33,6 +34,8 @@ post-patch:
|
||||
post-install:
|
||||
(cd ${WRKSRC}/man && ${INSTALL_MAN} epydoc.1 epydocgui.1 \
|
||||
${STAGEDIR}${MAN1PREFIX}/man/man1)
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user