diff options
author | wjv <wjv@FreeBSD.org> | 2001-08-21 14:55:14 +0000 |
---|---|---|
committer | wjv <wjv@FreeBSD.org> | 2001-08-21 14:55:14 +0000 |
commit | e1989b34a8f1f19df4e1b349852c064983165fa5 (patch) | |
tree | 2200a138ada7a970e62a5e27c6ba9d8d87fb63de /devel/py-twisted | |
parent | 9cc411d7ba579799ec25d29998571b4744150559 (diff) | |
download | FreeBSD-ports-e1989b34a8f1f19df4e1b349852c064983165fa5.zip FreeBSD-ports-e1989b34a8f1f19df4e1b349852c064983165fa5.tar.gz |
- Refrain from installing another copy of the GNU LGPL, in accordance with
section 15.22 of the Porter's Handbook.
- Install the ERRATA instead.
Diffstat (limited to 'devel/py-twisted')
-rw-r--r-- | devel/py-twisted/Makefile | 4 | ||||
-rw-r--r-- | devel/py-twisted/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 66b51cc..37fbddd 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -7,7 +7,7 @@ PORTNAME= twisted PORTVERSION= 0.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel net python MASTER_SITES= http://twistedmatrix.com/downloads/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -48,7 +48,7 @@ post-install: @ ${MKDIR} ${DOCSDIR}/img @ ${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR} @ ${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} .endfor @ ${MKDIR} ${EXAMPLESDIR} diff --git a/devel/py-twisted/pkg-plist b/devel/py-twisted/pkg-plist index 3c27d50..a37a1ea 100644 --- a/devel/py-twisted/pkg-plist +++ b/devel/py-twisted/pkg-plist @@ -1,6 +1,6 @@ %%PORTDOCS%%share/doc/twisted/CREDITS %%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/TODO %%PORTDOCS%%share/doc/twisted/img/TwistedLogo.bmp |