diff options
Diffstat (limited to 'devel/eric6/Makefile.inc')
-rw-r--r-- | devel/eric6/Makefile.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/eric6/Makefile.inc b/devel/eric6/Makefile.inc index d25e5d5bbd0f..717b096fde4d 100644 --- a/devel/eric6/Makefile.inc +++ b/devel/eric6/Makefile.inc @@ -6,7 +6,7 @@ # french/eric6, german/eric6, russian/eric6 PORTNAME= eric6 -PORTVERSION= 6.0.5 +PORTVERSION= 6.0.8 MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION} DISTNAME?= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -27,6 +27,10 @@ NO_BUILD= yes PLIST_FILES?= %%DATADIR%%/i18n/${PORTNAME}_${I18N_LANG}.qm EXTRA_PATCHES?= ${.CURDIR}/../../devel/eric6/files/extra-patch-install-i18n.py +.if ! defined(MASTERPORT) +NO_ARCH= yes +.endif + do-install: @(cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} ${INSTALL_CMD}) |