diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-06-04 14:14:21 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-06-04 14:14:21 +0000 |
commit | f2779fb94a4dcebe39eacefd58a56d8d7df78d1b (patch) | |
tree | 8d1f72bb3fe49e86f6dc1a2a35388378cd9b0355 /deskutils/py-send2trash/Makefile | |
parent | a51dd1086f2334026a7ce3c39afd115146886a27 (diff) |
Notes
Diffstat (limited to 'deskutils/py-send2trash/Makefile')
-rw-r--r-- | deskutils/py-send2trash/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile index 04b5f04711eb..1108a9156186 100644 --- a/deskutils/py-send2trash/Makefile +++ b/deskutils/py-send2trash/Makefile @@ -1,4 +1,4 @@ -# Created by: nemysis <nemysis@gmx.ch> +# Created by: Rusmir Dusko <nemysis@FreeBSD.org> # $FreeBSD$ PORTNAME= send2trash @@ -9,19 +9,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Send2Trash-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= Small package that sends files to the Trash -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -PYDISTUTILS_PKGNAME= Send2Trash - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes PORTDOCS= CHANGES.rst README.rst - OPTIONS_DEFINE= DOCS post-install: |