svn commit: r367668 - head/devel/py-coil

Antoine Brodin antoine at FreeBSD.org
Mon Sep 8 18:47:13 UTC 2014


Author: antoine
Date: Mon Sep  8 18:47:12 2014
New Revision: 367668
URL: http://svnweb.freebsd.org/changeset/ports/367668
QAT: https://qat.redports.org/buildarchive/r367668/

Log:
  - Allow staging as a regular user (the "permission safeness" is not
    needed as dirs are already 0755 and files 0644)
  - USES=python

Modified:
  head/devel/py-coil/Makefile

Modified: head/devel/py-coil/Makefile
==============================================================================
--- head/devel/py-coil/Makefile	Mon Sep  8 18:39:15 2014	(r367667)
+++ head/devel/py-coil/Makefile	Mon Sep  8 18:47:12 2014	(r367668)
@@ -13,8 +13,8 @@ COMMENT=	Powerful configuration language
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
-USE_PYTHON=		yes
-USE_PYDISTUTILS=	yes
+USES=		python
+USE_PYTHON=	distutils
 
 PORTDOCS=	README.txt \
 		TODO.txt
@@ -25,11 +25,7 @@ post-install:
 # docs
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
 
-# permission safeness
-	@${CHMOD} -R ${SHAREMODE} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/coil/*
-	@${CHMOD} -R a+X ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/coil/*
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list