diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 17:28:42 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-29 17:28:42 +0000 |
commit | 5fe04d8b0669da3d0a41a607983f701889ad2ba7 (patch) | |
tree | 0e5d6fab51bd007b36c0cb572b0a1101d7343b04 /devel/py-docopt/Makefile | |
parent | 3b63eba367f6bace07c80d9475cce3d4a99998f3 (diff) | |
download | ports-5fe04d8b0669da3d0a41a607983f701889ad2ba7.tar.gz ports-5fe04d8b0669da3d0a41a607983f701889ad2ba7.zip |
Notes
Diffstat (limited to 'devel/py-docopt/Makefile')
-rw-r--r-- | devel/py-docopt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-docopt/Makefile b/devel/py-docopt/Makefile index cb16755350d2..e5b26370fdc7 100644 --- a/devel/py-docopt/Makefile +++ b/devel/py-docopt/Makefile @@ -12,9 +12,8 @@ COMMENT= Pythonic argument parser, that will make you smile LICENSE= MIT -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST=yes +USES= python +USE_PYTHON= distutils autoplist PORTDOCS= README.rst DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} |