diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-28 11:56:02 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-10-28 11:56:02 +0000 |
commit | 0194e6547ce3050924685e15e3363abb2146e8ed (patch) | |
tree | 6a21cfb06a819b149aec642fc3e2f90b9d58a99d /graphics/py-ming/Makefile | |
parent | USE_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/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 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} |