aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-06-12 14:21:26 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-06-12 14:21:26 +0000
commita12d987f1bc3ea1965e3d07444a2ff6a99292ee8 (patch)
treeb81950417844abe9b4975318eec7edcd5bf3da66 /print
parent5216132b958653cd1ac8fbd828131932afc8e9b7 (diff)
downloadports-a12d987f1bc3ea1965e3d07444a2ff6a99292ee8.tar.gz
ports-a12d987f1bc3ea1965e3d07444a2ff6a99292ee8.zip
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)
Notes
Notes: svn path=/head/; revision=472258
Diffstat (limited to 'print')
-rw-r--r--print/py-fonttools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/py-fonttools/Makefile b/print/py-fonttools/Makefile
index e516d140e5ab..4a7586080528 100644
--- a/print/py-fonttools/Makefile
+++ b/print/py-fonttools/Makefile
@@ -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>