svn commit: r386543 - head/chinese/py-cconv

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 16 13:35:43 UTC 2015


Author: sunpoet
Date: Sat May 16 13:35:42 2015
New Revision: 386543
URL: https://svnweb.freebsd.org/changeset/ports/386543

Log:
  - Use DISTVERSIONPREFIX instead of DISTNAME

Modified:
  head/chinese/py-cconv/Makefile

Modified: head/chinese/py-cconv/Makefile
==============================================================================
--- head/chinese/py-cconv/Makefile	Sat May 16 13:35:38 2015	(r386542)
+++ head/chinese/py-cconv/Makefile	Sat May 16 13:35:42 2015	(r386543)
@@ -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 at FreeBSD.org
 COMMENT=	Python wrapper for chinese/cconv


More information about the svn-ports-head mailing list