aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2013-09-14 05:25:56 +0800
committerantoine <antoine@FreeBSD.org>2013-09-14 05:25:56 +0800
commit29b170088f7004f3b0b170b611ca420b17e4d198 (patch)
tree0b7f5f21bb3b5cef1ba64ad27cb0bbccb90d7461 /deskutils
parente79d7506fab69aa100115d500d1dd092e7103740 (diff)
downloadfreebsd-ports-gnome-29b170088f7004f3b0b170b611ca420b17e4d198.tar.gz
freebsd-ports-gnome-29b170088f7004f3b0b170b611ca420b17e4d198.tar.zst
freebsd-ports-gnome-29b170088f7004f3b0b170b611ca420b17e4d198.zip
Fix plist with python 3
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/dosage/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/deskutils/dosage/Makefile b/deskutils/dosage/Makefile
index bcb132823eeb..04806e8b0ad5 100644
--- a/deskutils/dosage/Makefile
+++ b/deskutils/dosage/Makefile
@@ -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>