Include egg-info (noticed during all the guile update testing).
This commit is contained in:
parent
b937ad3a71
commit
0d93d4ed4b
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2009/05/11 12:41:32 pyr Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2009/10/11 18:52:39 kili Exp $
|
||||
|
||||
COMMENT= Python interface to Graphiz's Dot
|
||||
|
||||
DISTNAME= pydot-0.9.10
|
||||
PKGNAME= ${DISTNAME:S/py/py-/}p2
|
||||
V= 0.9.10
|
||||
DISTNAME= pydot-$V
|
||||
PKGNAME= ${DISTNAME:S/py/py-/}p3
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://dkbza.org/pydot.html
|
||||
@ -22,6 +23,8 @@ BUILD_DEPENDS= ::devel/py-parsing
|
||||
RUN_DEPENDS= ::devel/py-parsing \
|
||||
::math/graphviz
|
||||
|
||||
SUBST_VARS= V
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/10/27 17:46:49 xsa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2009/10/11 18:52:40 kili Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/dot_parser.py
|
||||
lib/python${MODPY_VERSION}/site-packages/dot_parser.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pydot-${V}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/pydot.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pydot.pyc
|
||||
|
Loading…
x
Reference in New Issue
Block a user