diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:29:51 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:29:51 +0000 |
commit | f850cf2ff02e845bcec03dff14fa110cb5808d6a (patch) | |
tree | 68b40f3f4036b306637ebfb7679083aa441086a8 /net-im/py-jabber/Makefile | |
parent | - Convert ports of net/ to new USES=python (diff) |
- Convert ports of net-im/, net-mgmt/ and net-p2p/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to '')
-rw-r--r-- | net-im/py-jabber/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/py-jabber/Makefile b/net-im/py-jabber/Makefile index 9d0d3fe4f6a1..9ed2db7a87f8 100644 --- a/net-im/py-jabber/Makefile +++ b/net-im/py-jabber/Makefile @@ -11,9 +11,8 @@ DISTNAME= jabberpy-${PORTVERSION}-0 MAINTAINER= flz@FreeBSD.org COMMENT= Python Jabber library -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist PLIST_FILES= ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}/jabber.pth post-install: |