Date: Tue, 8 Sep 2015 16:16:49 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396403 - branches/2015Q3/devel/py-ocempgui Message-ID: <201509081616.t88GGnq0072175@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 8 16:16:48 2015 New Revision: 396403 URL: https://svnweb.freebsd.org/changeset/ports/396403 Log: MFH: r396401 - Fix installed file referring to stagedir - Add NO_ARCH Approved by: portmgr blanket Approved by: ports-secteam blanket Modified: branches/2015Q3/devel/py-ocempgui/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/py-ocempgui/Makefile ============================================================================== --- branches/2015Q3/devel/py-ocempgui/Makefile Tue Sep 8 16:14:30 2015 (r396402) +++ branches/2015Q3/devel/py-ocempgui/Makefile Tue Sep 8 16:16:48 2015 (r396403) @@ -3,7 +3,7 @@ PORTNAME= ocempgui PORTVERSION= 0.2.9 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= devel python MASTER_SITES= SF/ocemp/${PORTNAME}/${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,5 +20,9 @@ RUN_DEPENDS= ${LOCALBASE}/include/${PYTH USES= python:2 USE_GNOME= atk USE_PYTHON= autoplist distutils +NO_ARCH= yes + +post-patch: + @${REINPLACE_CMD} -e 's|@DATAPATH@|${DATADIR}|' ${WRKSRC}/ocempgui/widgets/Constants.py .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509081616.t88GGnq0072175>