aboutsummaryrefslogtreecommitdiff
path: root/devel/py-icalendar/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-10 00:53:12 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2011-10-10 00:53:12 +0000
commit4213fa7c3de8e61a3a2c8ffa77fc7dd9cf838b19 (patch)
tree90d322d63cfbafa72906e40eeac039202e5f3d0e /devel/py-icalendar/Makefile
parent659a622dc1bca5db37efdcdd83a9db5d447dd4f7 (diff)
Notes
Diffstat (limited to 'devel/py-icalendar/Makefile')
-rw-r--r--devel/py-icalendar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-icalendar/Makefile b/devel/py-icalendar/Makefile
index 13b9c423f183..0a9d611f7f99 100644
--- a/devel/py-icalendar/Makefile
+++ b/devel/py-icalendar/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= icalendar
-PORTVERSION= 2.1
+PORTVERSION= 2.2
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,7 +22,7 @@ DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- (cd ${WRKSRC}/doc/ && ${COPYTREE_SHARE} \* ${DOCSDIR})
+ ${INSTALL_DATA} ${WRKSRC}/README.rst ${WRKSRC}/docs/changelog.rst ${DOCSDIR}/
.endif
.include <bsd.port.mk>