unbreak after REVISION was set due to using FULLPKGNAME in PLIST
This commit is contained in:
parent
a522a3d346
commit
5a75667d5a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2011/09/16 09:24:56 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2011/09/16 21:47:41 jasper Exp $
|
||||
|
||||
COMMENT-main= lint-like code checker for Python code
|
||||
COMMENT-gui= GUI for pylint
|
||||
@ -7,7 +7,7 @@ VERSION= 0.24.0
|
||||
DISTNAME= pylint-${VERSION}
|
||||
PKGNAME-main= pylint-${VERSION}
|
||||
PKGNAME-gui= pylint-gui-${VERSION}
|
||||
REVISION-main = 0
|
||||
REVISION-main = 1
|
||||
REVISION-gui = 0
|
||||
CATEGORIES= devel
|
||||
|
||||
@ -31,6 +31,8 @@ RUN_DEPENDS-gui= ${MODPY_TKINTER_DEPENDS} \
|
||||
devel/pylint=${VERSION}
|
||||
REGRESS_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
SUBST_VARS+= VERSION
|
||||
|
||||
do-regress: fake
|
||||
cd ${WRKSRC}/test && env \
|
||||
PYTHONPATH=${WRKINST}${MODPY_SITEPKG}:${MODPY_SITEPKG} \
|
||||
|
@ -1,10 +1,10 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.5 2011/08/31 12:42:24 mpi Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.6 2011/09/16 21:47:41 jasper Exp $
|
||||
bin/epylint
|
||||
bin/pylint
|
||||
bin/pyreverse
|
||||
bin/symilar
|
||||
lib/python${MODPY_VERSION}/site-packages/pylint/
|
||||
lib/python${MODPY_VERSION}/site-packages/${FULLPKGNAME}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/pylint-${VERSION}-py${MODPY_VERSION}.egg-info
|
||||
lib/python${MODPY_VERSION}/site-packages/pylint/__init__.py
|
||||
lib/python${MODPY_VERSION}/site-packages/pylint/__init__.pyc
|
||||
lib/python${MODPY_VERSION}/site-packages/pylint/__pkginfo__.py
|
||||
|
Loading…
Reference in New Issue
Block a user