Date: Fri, 1 Jan 2016 06:35:55 +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: r404971 - head/x11-toolkits/py-wxPython28 Message-ID: <201601010635.u016ZtvQ025403@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jan 1 06:35:54 2016 New Revision: 404971 URL: https://svnweb.freebsd.org/changeset/ports/404971 Log: - Use DISTVERSIONPREFIX instead of DISTNAME - Use WRKSRC_SUBDIR instead of WRKSRC Modified: head/x11-toolkits/py-wxPython28/Makefile Modified: head/x11-toolkits/py-wxPython28/Makefile ============================================================================== --- head/x11-toolkits/py-wxPython28/Makefile Fri Jan 1 06:35:50 2016 (r404970) +++ head/x11-toolkits/py-wxPython28/Makefile Fri Jan 1 06:35:54 2016 (r404971) @@ -3,19 +3,19 @@ PORTNAME= wxPython PORTVERSION= 2.8.12.1 +DISTVERSIONPREFIX= src- PORTREVISION?= 7 CATEGORIES= x11-toolkits python MASTER_SITES= SF/wxpython/wxPython/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMESUFFIX= 28 -DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Python bindings for the wxWidgets/GTK GUI toolkit RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opengl>=0:${PORTSDIR}/graphics/py-opengl -WRKSRC= ${WRKDIR}/${DISTNAME}/wxPython +WRKSRC_SUBDIR= wxPython DIST_SUBDIR= python USE_PYTHON= distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601010635.u016ZtvQ025403>