diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-30 01:28:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-30 01:28:42 +0800 |
commit | 66d688539f8f60fe75eba85a92de97861fd2c673 (patch) | |
tree | 0e5d6fab51bd007b36c0cb572b0a1101d7343b04 /deskutils/dosage | |
parent | 019d7cd2683659d7d0fc6c8a053ba9d6b9fc95fb (diff) | |
download | freebsd-ports-gnome-66d688539f8f60fe75eba85a92de97861fd2c673.tar.gz freebsd-ports-gnome-66d688539f8f60fe75eba85a92de97861fd2c673.tar.zst freebsd-ports-gnome-66d688539f8f60fe75eba85a92de97861fd2c673.zip |
Convert a few ports to USES=python
Diffstat (limited to 'deskutils/dosage')
-rw-r--r-- | deskutils/dosage/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/dosage/Makefile b/deskutils/dosage/Makefile index 88935b5a3a54..947db69e3658 100644 --- a/deskutils/dosage/Makefile +++ b/deskutils/dosage/Makefile @@ -13,9 +13,8 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist post-patch: @${REINPLACE_CMD} 's|share/man/man1|man/man1|' ${WRKSRC}/setup.py |