aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2014-07-06 05:54:02 +0800
committerwg <wg@FreeBSD.org>2014-07-06 05:54:02 +0800
commit798bc453133767feb1a01b024b527686146aa415 (patch)
tree83c5d0039e386f67b8f4bdeded63742b1cb8d05b
parentd93bc2873989ade8cc00b768cc7860a5fa11bd9a (diff)
downloadfreebsd-ports-gnome-798bc453133767feb1a01b024b527686146aa415.tar.gz
freebsd-ports-gnome-798bc453133767feb1a01b024b527686146aa415.tar.zst
freebsd-ports-gnome-798bc453133767feb1a01b024b527686146aa415.zip
x11-toolkits/py-wxPython-common: fix python compile to use non-stage path
-rw-r--r--x11-toolkits/py-wxPython-common/Makefile2
-rw-r--r--x11-toolkits/py-wxPython30/Makefile4
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/py-wxPython-common/Makefile b/x11-toolkits/py-wxPython-common/Makefile
index 79db0d145fa2..b8a2fc7b1040 100644
--- a/x11-toolkits/py-wxPython-common/Makefile
+++ b/x11-toolkits/py-wxPython-common/Makefile
@@ -1,4 +1,6 @@
# $FreeBSD$
+
+PORTREVISION= 1
WITH_WXVERSION_ONLY= yes
MASTERDIR= ${.CURDIR}/../py-wxPython30
diff --git a/x11-toolkits/py-wxPython30/Makefile b/x11-toolkits/py-wxPython30/Makefile
index f8ebbc49a964..054bf03c0b50 100644
--- a/x11-toolkits/py-wxPython30/Makefile
+++ b/x11-toolkits/py-wxPython30/Makefile
@@ -25,8 +25,8 @@ PKGNAMESUFFIX= -common
PYTHON_PY3K_PLIST_HACK= yes
do-build:
- ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/wxversion
- ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/wxversion
+ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -d ${PYTHON_SITELIBDIR} -f ${WRKSRC}/wxversion
+ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -d ${PYTHON_SITELIBDIR} -f ${WRKSRC}/wxversion
do-install:
@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}
macros instead of the old `RECIPIENT*' ones that do not exist anymore. * e-msg-composer-address-dialog.c (e_msg_composer_address_dialog_construct): Use `E_GLADEDIR' instead of `E_GUIDIR'. * e-msg-composer-attachment.c (e_msg_composer_attachment_edit): Likewise. * e-msg-composer.c (e_msg_composer_construct): Likewise. (See `$(top_srcdir)/widgets/ChangeLog' for previous changes to the message composer.)