mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Do not install broken examples.
This commit is contained in:
parent
56229532ff
commit
bc81ec3561
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47941
@ -24,7 +24,7 @@ MD5_FILE= ${.CURDIR}/../ming/distinfo
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}/py_ext
|
||||
MAKE_ARGS= PYTHON_VERSION="${PYTHON_VERSION}"
|
||||
|
||||
EXAMPLES= shape.py test.py ../examples/python/*.py
|
||||
EXAMPLES= ../examples/python/*.py
|
||||
|
||||
do-extract:
|
||||
${MKDIR} ${WRKDIR}
|
||||
|
@ -20,7 +20,6 @@ lib/%%PYTHON_VERSION%%/site-packages/ming.py
|
||||
%%PORTDOCS%%share/examples/%%PYTHON_VERSION%%/ming/shape.py
|
||||
%%PORTDOCS%%share/examples/%%PYTHON_VERSION%%/ming/sprite.py
|
||||
%%PORTDOCS%%share/examples/%%PYTHON_VERSION%%/ming/streammp3.py
|
||||
%%PORTDOCS%%share/examples/%%PYTHON_VERSION%%/ming/test.py
|
||||
%%PORTDOCS%%share/examples/%%PYTHON_VERSION%%/ming/text.py
|
||||
%%PORTDOCS%%@dirrm share/examples/%%PYTHON_VERSION%%/ming
|
||||
%%PORTDOCS%%@unexec rmdir %D/share/examples/%%PYTHON_VERSION%% 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user