summaryrefslogtreecommitdiff
path: root/graphics/py-ming
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-10-28 11:56:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-10-28 11:56:02 +0000
commit0194e6547ce3050924685e15e3363abb2146e8ed (patch)
tree6a21cfb06a819b149aec642fc3e2f90b9d58a99d /graphics/py-ming
parentUSE_IMLIB (diff)
Properly rmdir share/examples/%%PYTHON_VERSION%% on deinstallation.
Submitted by: bento
Notes
Notes: svn path=/head/; revision=34350
Diffstat (limited to 'graphics/py-ming')
-rw-r--r--graphics/py-ming/Makefile1
-rw-r--r--graphics/py-ming/pkg-plist1
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile
index b2ef03f0ea53..5713bd1ae03e 100644
--- a/graphics/py-ming/Makefile
+++ b/graphics/py-ming/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ming
PORTVERSION= 0.0.3a
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= http://www.opaque.net/ming/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/graphics/py-ming/pkg-plist b/graphics/py-ming/pkg-plist
index 419fb152dcc2..a54644e14f6f 100644
--- a/graphics/py-ming/pkg-plist
+++ b/graphics/py-ming/pkg-plist
@@ -3,3 +3,4 @@ lib/%%PYTHON_VERSION%%/site-packages/ming.py
share/examples/%%PYTHON_VERSION%%/ming/shape.py
share/examples/%%PYTHON_VERSION%%/ming/test.py
@dirrm share/examples/%%PYTHON_VERSION%%/ming
+@unexec rmdir %D/share/examples/%%PYTHON_VERSION%% 2>/dev/null || true