1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Do not install broken examples.

This commit is contained in:
Akinori MUSHA 2001-09-18 06:33:40 +00:00
parent 56229532ff
commit bc81ec3561
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=47941
2 changed files with 1 additions and 2 deletions

View File

@ -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}

View File

@ -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