diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-18 20:50:05 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2013-11-18 20:50:05 +0000 |
commit | ad0d9a4150e39b59a52dcc76ce9977207ba69c9a (patch) | |
tree | 6013912ad2712f53094652ccba9ce7c9ddd30890 /deskutils/py-send2trash | |
parent | 18b0fd8d395c33fc1f645e79243f0149ffdd81a2 (diff) |
Notes
Diffstat (limited to 'deskutils/py-send2trash')
-rw-r--r-- | deskutils/py-send2trash/Makefile | 11 | ||||
-rw-r--r-- | deskutils/py-send2trash/pkg-descr | 1 |
2 files changed, 3 insertions, 9 deletions
diff --git a/deskutils/py-send2trash/Makefile b/deskutils/py-send2trash/Makefile index 377d89b36f79..04b5f04711eb 100644 --- a/deskutils/py-send2trash/Makefile +++ b/deskutils/py-send2trash/Makefile @@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Send2Trash-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= nemysis@gmx.ch +MAINTAINER= nemysis@FreeBSD.org COMMENT= Small package that sends files to the Trash LICENSE= BSD @@ -24,13 +24,8 @@ PORTDOCS= CHANGES.rst README.rst OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/deskutils/py-send2trash/pkg-descr b/deskutils/py-send2trash/pkg-descr index 10fb02b324d8..4eab0e33a9ae 100644 --- a/deskutils/py-send2trash/pkg-descr +++ b/deskutils/py-send2trash/pkg-descr @@ -2,4 +2,3 @@ Send2Trash is a small package that sends files to the Trash (or Recycle Bin) natively and on all platforms. WWW: http://hg.hardcoded.net/send2trash/ -WWW: https://pypi.python.org/pypi/Send2Trash/ |