Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2013 15:29:10 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337539 - head/devel/py-iniparse
Message-ID:  <201312261529.rBQFTBZt042780@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Thu Dec 26 15:29:10 2013
New Revision: 337539
URL: http://svnweb.freebsd.org/changeset/ports/337539

Log:
  devel/py-iniparse: allow staging and minor changes
  
  - Allow staging
  - use python auto plist
  - Switch from easy_install
  - Remove leading article from COMMENT
  - Remove useless NOPORTDOCS

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

Modified: head/devel/py-iniparse/Makefile
==============================================================================
--- head/devel/py-iniparse/Makefile	Thu Dec 26 15:20:57 2013	(r337538)
+++ head/devel/py-iniparse/Makefile	Thu Dec 26 15:29:10 2013	(r337539)
@@ -3,25 +3,24 @@
 
 PORTNAME=	iniparse
 PORTVERSION=	0.4
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	GOOGLE_CODE \
 		CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A better INI parser for Python
+COMMENT=	Better INI parser for Python
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
-NO_STAGE=	yes
+PYDISTUTILS_AUTOPLIST=	yes
 
 PORTDOCS=	Changelog README
 DOCSDIR=	${PREFIX}/share/doc/py-${PORTNAME}
 
-.if !defined(NOPORTDOCS)
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
-.endif
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>



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