diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-12-07 10:01:36 +0000 |
commit | 1fd066ebe5841032b558f262491971223207ab4e (patch) | |
tree | cd0657c870f3fc874ca692a0a3de0294ebda495b /textproc/archmage | |
parent | f02187f4dd810e514f03fcdd1e92f21418846d75 (diff) |
Notes
Diffstat (limited to 'textproc/archmage')
-rw-r--r-- | textproc/archmage/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/archmage/Makefile b/textproc/archmage/Makefile index 8b02020d55ab..e0e5d321b483 100644 --- a/textproc/archmage/Makefile +++ b/textproc/archmage/Makefile @@ -17,10 +17,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/chm/chm.py:${PORTSDIR}/textproc/pychm \ ${PYTHON_SITELIBDIR}/BeautifulSoup.py:${PORTSDIR}/www/py-beautifulsoup32 NO_BUILD= yes -USES= tar:bzip2 -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 tar:bzip2 +USE_PYTHON= distutils autoplist PLIST_FILES= man/man1/archmage.1.gz |