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 - 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 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/