mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Change maintainer email to @FreeBSD.org
- Support STAGEDIR - Change pkg-descr Approved by: pawel / wg (mentors, implicit)
This commit is contained in:
parent
18b0fd8d39
commit
ad0d9a4150
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334263
@ -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>
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user