svn commit: r346852 - head/devel/py-configobj

Martin Wilke miwi at FreeBSD.org
Mon Mar 3 03:15:29 UTC 2014


Author: miwi
Date: Mon Mar  3 03:15:28 2014
New Revision: 346852
URL: http://svnweb.freebsd.org/changeset/ports/346852
QAT: https://qat.redports.org/buildarchive/r346852/

Log:
  - Stage support
  - Generate auto-plist

Deleted:
  head/devel/py-configobj/pkg-plist
Modified:
  head/devel/py-configobj/Makefile

Modified: head/devel/py-configobj/Makefile
==============================================================================
--- head/devel/py-configobj/Makefile	Mon Mar  3 03:14:45 2014	(r346851)
+++ head/devel/py-configobj/Makefile	Mon Mar  3 03:15:28 2014	(r346852)
@@ -16,14 +16,6 @@ COMMENT=	Simple but powerful config file
 USE_ZIP=	yes
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-
-DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
-
-NO_STAGE=	yes
-post-install:
-.if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR} && \
-	cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}
-.endif
+PYDISTUTILS_AUTOPLIST=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list