- Fix installed file referring to stagedir
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
752f07242d
commit
0fa84e1a0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396401
1 changed files with 5 additions and 1 deletions
|
@ -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/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/
|
|||
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>
|
||||
|
|
Loading…
Reference in a new issue