Properly rmdir share/examples/%%PYTHON_VERSION%% on deinstallation.

Submitted by:	bento
This commit is contained in:
Akinori MUSHA 2000-10-28 11:56:02 +00:00
parent 96c6fa0824
commit 0194e6547c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34350
2 changed files with 2 additions and 0 deletions

View File

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

View File

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