diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2006-01-28 22:18:17 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2006-01-28 22:18:17 +0000 |
commit | 39d64a274b5f7c18dcc97a0673732c600d258e44 (patch) | |
tree | afcf9747c4a4f2017ac4afa165a0f08d49641c5e /textproc/py-chardet | |
parent | 55a28c16647048f8ea38eaf8486f300ae911f76c (diff) | |
download | ports-39d64a274b5f7c18dcc97a0673732c600d258e44.tar.gz ports-39d64a274b5f7c18dcc97a0673732c600d258e44.zip |
Notes
Diffstat (limited to 'textproc/py-chardet')
-rw-r--r-- | textproc/py-chardet/Makefile | 1 | ||||
-rw-r--r-- | textproc/py-chardet/pkg-plist | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/py-chardet/Makefile b/textproc/py-chardet/Makefile index d836d974cb8a..91e63551f838 100644 --- a/textproc/py-chardet/Makefile +++ b/textproc/py-chardet/Makefile @@ -6,6 +6,7 @@ PORTNAME= chardet PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= http://chardet.feedparser.org/download/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-chardet/pkg-plist b/textproc/py-chardet/pkg-plist index 7d339bf93974..12934c6f7118 100644 --- a/textproc/py-chardet/pkg-plist +++ b/textproc/py-chardet/pkg-plist @@ -103,3 +103,4 @@ %%PYTHON_SITELIBDIR%%/chardet/universaldetector.pyo %%PYTHON_SITELIBDIR%%/chardet/utf8prober.pyo %%PYTHON_SITELIBDIR%%/chardet/__init__.pyo +@dirrm %%PYTHON_SITELIBDIR%%/chardet |