mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Refrain from installing another copy of the GNU LGPL, in accordance with
section 15.22 of the Porter's Handbook. - Install the ERRATA instead.
This commit is contained in:
parent
8ef3a7361e
commit
4e703243bb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46594
2 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= twisted
|
PORTNAME= twisted
|
||||||
PORTVERSION= 0.10.0
|
PORTVERSION= 0.10.0
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
CATEGORIES= devel net python
|
CATEGORIES= devel net python
|
||||||
MASTER_SITES= http://twistedmatrix.com/downloads/
|
MASTER_SITES= http://twistedmatrix.com/downloads/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -48,7 +48,7 @@ post-install:
|
||||||
@ ${MKDIR} ${DOCSDIR}/img
|
@ ${MKDIR} ${DOCSDIR}/img
|
||||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
|
@ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
|
||||||
@ ${INSTALL_DATA} ${WRKSRC}/doc/img/*.bmp ${DOCSDIR}/img
|
@ ${INSTALL_DATA} ${WRKSRC}/doc/img/*.bmp ${DOCSDIR}/img
|
||||||
.for docfile in CREDITS LICENSE README TODO
|
.for docfile in CREDITS ERRATA README TODO
|
||||||
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
|
||||||
.endfor
|
.endfor
|
||||||
@ ${MKDIR} ${EXAMPLESDIR}
|
@ ${MKDIR} ${EXAMPLESDIR}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
%%PORTDOCS%%share/doc/twisted/CREDITS
|
%%PORTDOCS%%share/doc/twisted/CREDITS
|
||||||
%%PORTDOCS%%share/doc/twisted/CodingStandard.html
|
%%PORTDOCS%%share/doc/twisted/CodingStandard.html
|
||||||
%%PORTDOCS%%share/doc/twisted/LICENSE
|
%%PORTDOCS%%share/doc/twisted/ERRATA
|
||||||
%%PORTDOCS%%share/doc/twisted/README
|
%%PORTDOCS%%share/doc/twisted/README
|
||||||
%%PORTDOCS%%share/doc/twisted/TODO
|
%%PORTDOCS%%share/doc/twisted/TODO
|
||||||
%%PORTDOCS%%share/doc/twisted/img/TwistedLogo.bmp
|
%%PORTDOCS%%share/doc/twisted/img/TwistedLogo.bmp
|
||||||
|
|
Loading…
Add table
Reference in a new issue