diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-01-01 14:35:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-01-01 14:35:54 +0800 |
commit | b7d7092fedcaba9307543d7377f5d44c251e0637 (patch) | |
tree | 071151a20bdd5da1940357cbb78ffbd00af4a66c /x11-toolkits | |
parent | 0bf88ac13614527ad4c7ad1cb57e6c2e47563e90 (diff) | |
download | freebsd-ports-gnome-b7d7092fedcaba9307543d7377f5d44c251e0637.tar.gz freebsd-ports-gnome-b7d7092fedcaba9307543d7377f5d44c251e0637.tar.zst freebsd-ports-gnome-b7d7092fedcaba9307543d7377f5d44c251e0637.zip |
- Use DISTVERSIONPREFIX instead of DISTNAME
- Use WRKSRC_SUBDIR instead of WRKSRC
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/py-wxPython28/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython28/Makefile b/x11-toolkits/py-wxPython28/Makefile index 51eb358a88fa..909ca5275a47 100644 --- a/x11-toolkits/py-wxPython28/Makefile +++ b/x11-toolkits/py-wxPython28/Makefile @@ -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 |