svn commit: r404971 - head/x11-toolkits/py-wxPython28
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jan 1 06:35:56 UTC 2016
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 at 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
More information about the svn-ports-all
mailing list