diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:35:38 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:35:38 +0800 |
commit | 9c2635a20e926845f86383f0980e8297d868d497 (patch) | |
tree | 5b79f628519b98719fc04a6c15db86e2a32e13dc /chinese | |
parent | 7d664d693238d50a02121c88e22adf4015f9b92a (diff) | |
download | freebsd-ports-gnome-9c2635a20e926845f86383f0980e8297d868d497.tar.gz freebsd-ports-gnome-9c2635a20e926845f86383f0980e8297d868d497.tar.zst freebsd-ports-gnome-9c2635a20e926845f86383f0980e8297d868d497.zip |
- Use DISTVERSIONPREFIX instead of DISTNAME
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/php-cconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/php-cconv/Makefile b/chinese/php-cconv/Makefile index 5e98e6c84faa..b13624c84305 100644 --- a/chinese/php-cconv/Makefile +++ b/chinese/php-cconv/Makefile @@ -3,10 +3,10 @@ PORTNAME= cconv PORTVERSION= 0.6.4 +DISTVERSIONPREFIX= php- CATEGORIES= chinese converters MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= php- -DISTNAME= ${PORTNAME}-php-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= PHP wrapper for chinese/cconv |