diff options
author | knu <knu@FreeBSD.org> | 2000-10-28 11:56:02 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-10-28 11:56:02 +0000 |
commit | 2f4bb07f426c7e7e1f6e9fdb8a5ea99fd187e18e (patch) | |
tree | b2365aabc1ca3071a2e3534eceaa305e34da53a3 /graphics/py-ming/Makefile | |
parent | b3597cfb98a592b4709ffc40c7f89fdc5efc5dbb (diff) | |
download | FreeBSD-ports-2f4bb07f426c7e7e1f6e9fdb8a5ea99fd187e18e.zip FreeBSD-ports-2f4bb07f426c7e7e1f6e9fdb8a5ea99fd187e18e.tar.gz |
Properly rmdir share/examples/%%PYTHON_VERSION%% on deinstallation.
Submitted by: bento
Diffstat (limited to 'graphics/py-ming/Makefile')
-rw-r--r-- | graphics/py-ming/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/py-ming/Makefile b/graphics/py-ming/Makefile index b2ef03f..5713bd1 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} |