Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2014 20:57:05 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r341885 - head/graphics/piddle
Message-ID:  <201401302057.s0UKv5ki029885@svn.freebsd.org>

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



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