mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
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
|
PORTNAME= ming
|
||||||
PORTVERSION= 0.0.3a
|
PORTVERSION= 0.0.3a
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= graphics python
|
CATEGORIES= graphics python
|
||||||
MASTER_SITES= http://www.opaque.net/ming/
|
MASTER_SITES= http://www.opaque.net/ming/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
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/shape.py
|
||||||
share/examples/%%PYTHON_VERSION%%/ming/test.py
|
share/examples/%%PYTHON_VERSION%%/ming/test.py
|
||||||
@dirrm share/examples/%%PYTHON_VERSION%%/ming
|
@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