svn commit: r341885 - head/graphics/piddle

Antoine Brodin antoine at FreeBSD.org
Thu Jan 30 20:57:05 UTC 2014


Author: antoine
Date: Thu Jan 30 20:57:05 2014
New Revision: 341885
URL: http://svnweb.freebsd.org/changeset/ports/341885
QAT: https://qat.redports.org/buildarchive/r341885/

Log:
  - Stage support
  - Use PYDISTUTILS_AUTOPLIST

Deleted:
  head/graphics/piddle/pkg-plist
Modified:
  head/graphics/piddle/Makefile

Modified: head/graphics/piddle/Makefile
==============================================================================
--- head/graphics/piddle/Makefile	Thu Jan 30 20:49:13 2014	(r341884)
+++ head/graphics/piddle/Makefile	Thu Jan 30 20:57:05 2014	(r341885)
@@ -13,15 +13,13 @@ COMMENT=	Graphical Drawing library for P
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 PORTDOCS=	*
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
+OPTIONS_DEFINE=	DOCS
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR})
-.endif
+	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list