aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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