- Use autoplist to make some python files actually go into the package

- Add NO_ARCH

MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-09-08 19:47:39 +00:00
parent 4b54ee8b7b
commit 641f231d0d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396437

View File

@ -2,7 +2,7 @@
PORTNAME= ${PYDISTUTILS_PKGNAME:S;^Trac;;S;Plugin$;;:tl}
PORTVERSION= 0.7.4
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= www devel graphics python
MASTER_SITES= LOCAL/brooks
PKGNAMEPREFIX= trac-
@ -18,9 +18,10 @@ RUN_DEPENDS+= urwfonts>0:${PORTSDIR}/x11-fonts/urwfonts \
tracd:${PORTSDIR}/www/trac
USES= python:2
USE_PYTHON= distutils
USE_PYTHON= autoplist distutils
PYDISTUTILS_PKGNAME= graphviz
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}plugin
post-patch:
${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \