Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Mar 2015 08:35:46 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r382644 - head/devel/pyinstaller
Message-ID:  <201503300835.t2U8ZkjC056898@svn.freebsd.org>

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



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