diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:35:42 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:35:42 +0800 |
commit | e95f5a6927bc19b08ffbd31bec83365a0af09c11 (patch) | |
tree | b5eefd1b3607f86e6759e90a4c340900630de897 /chinese | |
parent | 9c2635a20e926845f86383f0980e8297d868d497 (diff) | |
download | freebsd-ports-gnome-e95f5a6927bc19b08ffbd31bec83365a0af09c11.tar.gz freebsd-ports-gnome-e95f5a6927bc19b08ffbd31bec83365a0af09c11.tar.zst freebsd-ports-gnome-e95f5a6927bc19b08ffbd31bec83365a0af09c11.zip |
- Use DISTVERSIONPREFIX instead of DISTNAME
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/py-cconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/py-cconv/Makefile b/chinese/py-cconv/Makefile index dd48c1efdbbf..277e0888a602 100644 --- a/chinese/py-cconv/Makefile +++ b/chinese/py-cconv/Makefile @@ -3,10 +3,10 @@ PORTNAME= cconv PORTVERSION= 0.5.0 +DISTVERSIONPREFIX= python- CATEGORIES= chinese converters python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-python-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python wrapper for chinese/cconv |