Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 18 Nov 2013 20:50:05 +0000 (UTC)
From:      Rusmir Dusko <nemysis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r334263 - head/deskutils/py-send2trash
Message-ID:  <201311182050.rAIKo5fE061723@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311182050.rAIKo5fE061723>