* Convert PYDISTUTILSPKG to register egg-info.
Bump PKGREVISION.
This commit is contained in:
parent
2ec8c5f1b2
commit
6ca1568cae
2 changed files with 6 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.19 2009/02/09 21:09:22 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2011/10/16 07:56:15 obache Exp $
|
||||
|
||||
DISTNAME= HappyDoc_r2_1
|
||||
PKGNAME= ${PYPKGPREFIX}-HappyDoc-2.1
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=happydoc/}
|
||||
|
||||
|
@ -13,11 +13,11 @@ COMMENT= Python tool to generate Python API documents
|
|||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
WRKSRC= ${WRKDIR}/HappyDoc-r2_1
|
||||
PYDISTUTILSPKG= # defined
|
||||
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q}
|
||||
EGG_NAME= ${DISTNAME:S/_r/-/:S/_/./g}
|
||||
|
||||
post-extract:
|
||||
${MV} ${WRKSRC}/happydoc ${WRKSRC}/happydoc${PYVERSSUFFIX}
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:17:24 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2011/10/16 07:56:15 obache Exp $
|
||||
bin/happydoc${PYVERSSUFFIX}
|
||||
${PLIST.eggfile}${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/happydoclib/CommandLineApp.py
|
||||
${PYSITELIB}/happydoclib/CommandLineApp.pyc
|
||||
${PYSITELIB}/happydoclib/CommandLineApp.pyo
|
||||
|
|
Loading…
Reference in a new issue