ports/devel/py-amalgamate/Makefile
Fukang Chen 33e2061728 devel/py-amalgamate: Fix data_files install location
- Install data_files into ${DOCSDIR} instead of ${PREFIX}
- Allow concurrent installation for bin/amalgamate.py and ${DOCSDIR}

PR:		261159
Approved by:	lwhsu (python)
MFH:		2022Q1 (ports compliance)
2022-02-10 10:55:14 +00:00

22 lines
468 B
Makefile

PORTNAME= amalgamate
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Collapse Python packages into a single module
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.4+
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%DOCSDIR%%|${DOCSDIR}|' ${WRKSRC}/setup.py
.include <bsd.port.mk>