- Change maintainer email to @FreeBSD.org

- Support STAGEDIR
- Change pkg-descr

Approved by:	pawel / wg (mentors, implicit)
This commit is contained in:
Rusmir Dusko 2013-11-18 20:50:05 +00:00
parent 18b0fd8d39
commit ad0d9a4150
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334263
2 changed files with 3 additions and 9 deletions

View File

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

View File

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