Properly rmdir share/examples/%%PYTHON_VERSION%% on deinstallation.
Submitted by: bento
This commit is contained in:
parent
96c6fa0824
commit
0194e6547c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34350
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user