diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-03-02 19:51:02 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2014-03-02 19:51:02 +0000 |
commit | 98cd15f284996b0d09d96cf121bedad549a80b83 (patch) | |
tree | 9fa0559bcc12524c789a17fbd5ed13afc9770edd /converters/py-unidecode | |
parent | 2b2fe8b36e5f1f05f783e2e8a5f54cc8f1e5413f (diff) | |
download | ports-98cd15f284996b0d09d96cf121bedad549a80b83.tar.gz ports-98cd15f284996b0d09d96cf121bedad549a80b83.zip |
Notes
Diffstat (limited to 'converters/py-unidecode')
-rw-r--r-- | converters/py-unidecode/Makefile | 9 | ||||
-rw-r--r-- | converters/py-unidecode/pkg-descr | 2 |
2 files changed, 2 insertions, 9 deletions
diff --git a/converters/py-unidecode/Makefile b/converters/py-unidecode/Makefile index 3dfd58ac5e1c..d273cd2be9d0 100644 --- a/converters/py-unidecode/Makefile +++ b/converters/py-unidecode/Makefile @@ -16,12 +16,5 @@ LICENSE= GPLv2 USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes -PYDISTUTILS_PKGNAME= Unidecode -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/converters/py-unidecode/pkg-descr b/converters/py-unidecode/pkg-descr index f7aea2cf190f..a23cba80a9ba 100644 --- a/converters/py-unidecode/pkg-descr +++ b/converters/py-unidecode/pkg-descr @@ -5,4 +5,4 @@ The representation is almost always an attempt at *transliteration* -- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system. (See the example above) -WWW: https://pypi.python.org/pypi/Unidecode +WWW: https://pypi.python.org/pypi/Unidecode/ |