Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2018 14:21:26 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472258 - head/print/py-fonttools
Message-ID:  <201806121421.w5CELQDb026093@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Tue Jun 12 14:21:26 2018
New Revision: 472258
URL: https://svnweb.freebsd.org/changeset/ports/472258

Log:
  print/py-fonttools: Fix man page install location
  
  The man page is currently installed in share/man/man1 and not
  man/man1.  uniquefiles cannot do it's job and {py27,py3*}-fonttools
  cannot be installed concurrently as a result.
  
  PR:		228014
  Submitted by:	Ting-Wei Lan <lantw44@gmail.com>
  Approved by:	python (maintainer timeout, 1 month)

Modified:
  head/print/py-fonttools/Makefile

Modified: head/print/py-fonttools/Makefile
==============================================================================
--- head/print/py-fonttools/Makefile	Tue Jun 12 14:19:48 2018	(r472257)
+++ head/print/py-fonttools/Makefile	Tue Jun 12 14:21:26 2018	(r472258)
@@ -3,6 +3,7 @@
 
 PORTNAME=	fonttools
 PORTVERSION=	3.26.0
+PORTREVISION=	1
 CATEGORIES=	print python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +16,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		python zip
 USE_PYTHON=	autoplist concurrent distutils
+MAKE_ENV=	FONTTOOLS_MANPATH="man"
 NO_ARCH=	yes
-
-post-patch:
-	@${REINPLACE_CMD} -e 's|share/man/man1|man/man1|g' ${WRKSRC}/setup.py
 
 .include <bsd.port.mk>



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