summaryrefslogtreecommitdiff
path: root/graphics/py-ming
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-09-18 06:33:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-09-18 06:33:40 +0000
commitbc81ec3561af2a75cd97f1877c6913be8b12671d (patch)
treee1802dbcab20f05f46f5dd5067135f75ebaf24d6 /graphics/py-ming
parentInstall more examples. (diff)
Do not install broken examples.
Notes
Notes: svn path=/head/; revision=47941
Diffstat (limited to 'graphics/py-ming')
-rw-r--r--graphics/py-ming/Makefile2
-rw-r--r--graphics/py-ming/pkg-plist1
2 files changed, 1 insertions, 2 deletions
diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile
index ad62d902c0e6..d231070dd867 100644
--- a/graphics/py-ming/Makefile
+++ b/graphics/py-ming/Makefile
@@ -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}
diff --git a/graphics/py-ming/pkg-plist b/graphics/py-ming/pkg-plist
index 7d210bdd36dd..aee52f009f22 100644
--- a/graphics/py-ming/pkg-plist
+++ b/graphics/py-ming/pkg-plist
@@ -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