aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-wxPython30
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-01 06:35:59 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-01-01 06:35:59 +0000
commitdb1c1b516992544f99e48c47ccc8b604e6af41b8 (patch)
tree76e263d76bf5d47426a92844b146e5e7ad8cb81c /x11-toolkits/py-wxPython30
parent0693d77f4780e3e8979126d4bb7a050fff80f144 (diff)
downloadports-db1c1b516992544f99e48c47ccc8b604e6af41b8.tar.gz
ports-db1c1b516992544f99e48c47ccc8b604e6af41b8.zip
- Use DISTVERSIONPREFIX instead of DISTNAME
- Use WRKSRC_SUBDIR instead of WRKSRC
Notes
Notes: svn path=/head/; revision=404972
Diffstat (limited to 'x11-toolkits/py-wxPython30')
-rw-r--r--x11-toolkits/py-wxPython30/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython30/Makefile b/x11-toolkits/py-wxPython30/Makefile
index 8a71754dc477..78ba52fb57e0 100644
--- a/x11-toolkits/py-wxPython30/Makefile
+++ b/x11-toolkits/py-wxPython30/Makefile
@@ -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