mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
graphics/py-gd: support staging
This commit is contained in:
parent
d585d43b9d
commit
afad8727a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=337762
@ -12,15 +12,14 @@ DISTNAME= gdmodule-${PORTVERSION}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python interface to the GD library
|
||||
|
||||
LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd
|
||||
LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
PYSETUP= Setup.py
|
||||
USE_PYTHON_PREFIX= yes
|
||||
PYDISTUTILS_PKGNAME= gdmodule
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/\/usr\/lib/d ; \
|
||||
|
@ -1,4 +0,0 @@
|
||||
%%PYTHON_SITELIBDIR%%/_gd.so
|
||||
%%PYTHON_SITELIBDIR%%/gd.py
|
||||
%%PYTHON_SITELIBDIR%%/gd.pyc
|
||||
%%PYTHON_SITELIBDIR%%/gd.pyo
|
Loading…
Reference in New Issue
Block a user