aboutsummaryrefslogtreecommitdiff
path: root/devel/py-twistedCore
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-03-26 05:33:17 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-03-26 05:33:17 +0000
commit169543ed500a3b9f81b4d52ecf8c55bfb6df0a97 (patch)
tree563bb9c80ea27e95e4b720e2b4968ece4451e216 /devel/py-twistedCore
parent39482b2072be06623d00214e91907f5fde0269ac (diff)
downloadports-169543ed500a3b9f81b4d52ecf8c55bfb6df0a97.tar.gz
ports-169543ed500a3b9f81b4d52ecf8c55bfb6df0a97.zip
Notes
Diffstat (limited to 'devel/py-twistedCore')
-rw-r--r--devel/py-twistedCore/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/devel/py-twistedCore/Makefile b/devel/py-twistedCore/Makefile
index e89339d6ebb8..193858182046 100644
--- a/devel/py-twistedCore/Makefile
+++ b/devel/py-twistedCore/Makefile
@@ -7,7 +7,7 @@
PORTNAME= twistedCore
PORTVERSION= 2.5.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel net python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Twisted/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -30,9 +30,19 @@ USE_BZIP2= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
+MAN1= manhole.1 mktap.1 pyhtmlizer.1 tap2deb.1 tap2rpm.1 tapconvert.1 trial.1 twistd.1
+
post-install:
# permission safeness
@${CHMOD} -R ${SHAREMODE} ${PYTHONPREFIX_SITELIBDIR}/twisted/
@${CHMOD} -R a+X ${PYTHONPREFIX_SITELIBDIR}/twisted/
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/manhole.1 ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/mktap.1 ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/pyhtmlizer.1 ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/tap2deb.1 ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/tap2rpm.1 ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/tapconvert.1 ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/trial.1 ${PREFIX}/man/man1/
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/twistd.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>