1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Fix plist with python 3

This commit is contained in:
Antoine Brodin 2013-09-13 21:25:56 +00:00
parent 08e12b0c25
commit 1d99c57c15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327185

View File

@ -22,4 +22,10 @@ MAN1= dosage.1
post-patch:
@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${PYTHON_REL} >= 320
.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc"
.endif
.include <bsd.port.post.mk>