1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

- Fix plist for WITH_PYTHON_MODULE case (add INSTALLS_EGGINFO)

PR:		130826
Submitted by:	myself
Approved by:	maintainer timeout
This commit is contained in:
Dmitry Marakasov 2009-02-18 00:55:42 +00:00
parent dd03e50462
commit ec3ac05eb3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=228573

View File

@ -7,6 +7,7 @@
PORTNAME= rrdtool
PORTVERSION= 1.3.5
PORTREVISION= 1
CATEGORIES= databases graphics
MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/
@ -43,6 +44,8 @@ OPTIONS= PYTHON_MODULE "Build PYTHON bindings" off \
.if defined(WITH_PYTHON_MODULE)
USE_PYTHON= yes
INSTALLS_EGGINFO=yes
PYDISTUTILS_EGGINFO=py_rrdtool-0.2.1-${PYTHON_VERSION:S/thon//}.egg-info
.include "${PORTSDIR}/Mk/bsd.python.mk"
PLIST_SUB+= WITH_PYTHON=""
CONFIGURE_ARGS+= --enable-python