svn commit: r334263 - head/deskutils/py-send2trash
Rusmir Dusko
nemysis at FreeBSD.org
Mon Nov 18 20:50:06 UTC 2013
Author: nemysis
Date: Mon Nov 18 20:50:05 2013
New Revision: 334263
URL: http://svnweb.freebsd.org/changeset/ports/334263
Log:
- Change maintainer email to @FreeBSD.org
- Support STAGEDIR
- Change pkg-descr
Approved by: pawel / wg (mentors, implicit)
Modified:
head/deskutils/py-send2trash/Makefile
head/deskutils/py-send2trash/pkg-descr
Modified: head/deskutils/py-send2trash/Makefile
==============================================================================
--- head/deskutils/py-send2trash/Makefile Mon Nov 18 20:38:42 2013 (r334262)
+++ head/deskutils/py-send2trash/Makefile Mon Nov 18 20:50:05 2013 (r334263)
@@ -9,7 +9,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Send2Trash-${PORTVERSION}
DIST_SUBDIR= python
-MAINTAINER= nemysis at gmx.ch
+MAINTAINER= nemysis at 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>
Modified: head/deskutils/py-send2trash/pkg-descr
==============================================================================
--- head/deskutils/py-send2trash/pkg-descr Mon Nov 18 20:38:42 2013 (r334262)
+++ head/deskutils/py-send2trash/pkg-descr Mon Nov 18 20:50:05 2013 (r334263)
@@ -2,4 +2,3 @@ Send2Trash is a small package that sends
natively and on all platforms.
WWW: http://hg.hardcoded.net/send2trash/
-WWW: https://pypi.python.org/pypi/Send2Trash/
More information about the svn-ports-all
mailing list