Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jan 2016 06:35:59 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r404972 - head/x11-toolkits/py-wxPython30
Message-ID:  <201601010635.u016ZxBG025505@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan  1 06:35:59 2016
New Revision: 404972
URL: https://svnweb.freebsd.org/changeset/ports/404972

Log:
  - Use DISTVERSIONPREFIX instead of DISTNAME
  - Use WRKSRC_SUBDIR instead of WRKSRC

Modified:
  head/x11-toolkits/py-wxPython30/Makefile

Modified: head/x11-toolkits/py-wxPython30/Makefile
==============================================================================
--- head/x11-toolkits/py-wxPython30/Makefile	Fri Jan  1 06:35:54 2016	(r404971)
+++ head/x11-toolkits/py-wxPython30/Makefile	Fri Jan  1 06:35:59 2016	(r404972)
@@ -2,18 +2,18 @@
 
 PORTNAME=	wxPython
 PORTVERSION=	3.0.2.0
+DISTVERSIONPREFIX=	src-
 CATEGORIES=	x11-toolkits python
 MASTER_SITES=	SF/wxpython/wxPython/${PORTVERSION}
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 PKGNAMESUFFIX=	30
-DISTNAME=	${PORTNAME}-src-${PORTVERSION}
 
 MAINTAINER=	python@FreeBSD.org
 COMMENT=	GUI toolkit for the Python programming language
 
 DIST_SUBDIR=	python
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/wxPython
+WRKSRC_SUBDIR=	wxPython
 
 USES=		compiler:c++11-lib python tar:bzip2
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601010635.u016ZxBG025505>