diff options
author | Johann Visagie <wjv@FreeBSD.org> | 2001-08-21 14:55:14 +0000 |
---|---|---|
committer | Johann Visagie <wjv@FreeBSD.org> | 2001-08-21 14:55:14 +0000 |
commit | 4e703243bb61174edb9fb14f037fde57b9b4971c (patch) | |
tree | d60b37031eb63ca3f6a3b3071a652fa86148b898 /devel/py-twisted | |
parent | 8ef3a7361e69a0d0d90e7904fad7799792258a57 (diff) | |
download | ports-4e703243bb61174edb9fb14f037fde57b9b4971c.tar.gz ports-4e703243bb61174edb9fb14f037fde57b9b4971c.zip |
Notes
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 66b51ccaff2b..37fbddd80c8e 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 3c27d5088832..a37a1ea704bf 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 |