diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:35:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-05-16 21:35:34 +0800 |
commit | 7d664d693238d50a02121c88e22adf4015f9b92a (patch) | |
tree | 911716b56e823d9a832e4c9d9fcbe093f0be7756 /chinese | |
parent | 1d3d135183c27c5dce1e428f4db5cf25502e5a00 (diff) | |
download | freebsd-ports-gnome-7d664d693238d50a02121c88e22adf4015f9b92a.tar.gz freebsd-ports-gnome-7d664d693238d50a02121c88e22adf4015f9b92a.tar.zst freebsd-ports-gnome-7d664d693238d50a02121c88e22adf4015f9b92a.zip |
- Use DISTVERSIONPREFIX instead of DISTNAME
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/p5-cconv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/p5-cconv/Makefile b/chinese/p5-cconv/Makefile index 8b2874d2ee99..5051944c0e56 100644 --- a/chinese/p5-cconv/Makefile +++ b/chinese/p5-cconv/Makefile @@ -3,11 +3,11 @@ PORTNAME= cconv PORTVERSION= 0.6.1 +DISTVERSIONPREFIX= perl- PORTREVISION= 1 CATEGORIES= chinese converters perl5 MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-perl-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl wrapper for chinese/cconv |