svn commit: r382644 - head/devel/pyinstaller

Alexey Dokuchaev danfe at FreeBSD.org
Mon Mar 30 08:35:47 UTC 2015


Author: danfe
Date: Mon Mar 30 08:35:45 2015
New Revision: 382644
URL: https://svnweb.freebsd.org/changeset/ports/382644
QAT: https://qat.redports.org/buildarchive/r382644/

Log:
  Do not leak documentation build substrate into final package, by excluding
  those bits from extraction; make sure that EXTRACT_AFTER_ARGS is augmented
  correctly by placing it after .include <bsd.port.mk> (looks weird, I know).

Modified:
  head/devel/pyinstaller/Makefile

Modified: head/devel/pyinstaller/Makefile
==============================================================================
--- head/devel/pyinstaller/Makefile	Mon Mar 30 07:01:53 2015	(r382643)
+++ head/devel/pyinstaller/Makefile	Mon Mar 30 08:35:45 2015	(r382644)
@@ -3,6 +3,7 @@
 
 PORTNAME=	PyInstaller
 PORTVERSION=	2.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -35,3 +36,5 @@ post-install:
 	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>
+
+EXTRACT_AFTER_ARGS+=	--exclude doc/source


More information about the svn-ports-head mailing list