diff options
author | mva <mva@FreeBSD.org> | 2014-10-19 16:50:17 +0800 |
---|---|---|
committer | mva <mva@FreeBSD.org> | 2014-10-19 16:50:17 +0800 |
commit | d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058 (patch) | |
tree | 75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /deskutils/py-send2trash | |
parent | dc3d0650673d81132ee89d472a4c21d49328fa91 (diff) | |
download | freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.gz freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.tar.zst freebsd-ports-gnome-d4e0b55e3d2de55489b8645dd7d5c9ea53ca2058.zip |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit)
Diffstat (limited to 'deskutils/py-send2trash')
-rw-r--r-- | deskutils/py-send2trash/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile index 1108a9156186..a89184deae30 100644 --- a/deskutils/py-send2trash/Makefile +++ b/deskutils/py-send2trash/Makefile @@ -14,9 +14,8 @@ COMMENT= Small package that sends files to the Trash LICENSE= BSD3CLAUSE -USE_PYTHON= yes -USE_PYDISTUTILS=yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= distutils autoplist PORTDOCS= CHANGES.rst README.rst OPTIONS_DEFINE= DOCS |