diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 16:04:12 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-20 16:04:12 +0000 |
commit | 89e07f4a18111a1fde92e57751221f851705f6b8 (patch) | |
tree | e54c7ece9300bb20cc6b5b9ea0b6b8aab3453440 /devel/dreampie | |
parent | 7fd0d93a89aedf3ae8004c878caa5e2ff358e78b (diff) | |
download | ports-89e07f4a18111a1fde92e57751221f851705f6b8.tar.gz ports-89e07f4a18111a1fde92e57751221f851705f6b8.zip |
Notes
Diffstat (limited to 'devel/dreampie')
-rw-r--r-- | devel/dreampie/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/dreampie/Makefile b/devel/dreampie/Makefile index abf0aa113888..688ba1398499 100644 --- a/devel/dreampie/Makefile +++ b/devel/dreampie/Makefile @@ -12,9 +12,8 @@ COMMENT= Python shell which is designed to be reliable and fun LICENSE= GPLv3 USE_GNOME= pygtk2 pygtksourceview -USE_PYTHON= 2 -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python:2 +USE_PYTHON= distutils autoplist pre-patch: @${REINPLACE_CMD} -e "s|share/man/man1|man/man1|" ${WRKSRC}/setup.py |