gramps: update to 5.1.2nb1.
Fix man page installation path. Add egg file.
This commit is contained in:
parent
20de1e3c18
commit
62a18fa3b9
2 changed files with 11 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.2 2020/02/09 21:54:48 jdolecek Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2020/02/18 08:27:48 wiz Exp $
|
||||
|
||||
DISTNAME= gramps-5.1.2
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gramps/}
|
||||
|
||||
|
@ -19,6 +20,12 @@ REPLACE_PYTHON+= docs/update_doc.py
|
|||
REPLACE_PYTHON+= docs/conf.py
|
||||
REPLACE_PYTHON+= setup.py
|
||||
|
||||
SUBST_CLASSES+= man
|
||||
SUBST_FILES.man+= setup.py
|
||||
SUBST_STAGE.man+= pre-configure
|
||||
SUBST_MESSAGE.man+= Fixing man page installation path
|
||||
SUBST_SED.man+= -e "s,share/man,${PKGMANDIR},"
|
||||
|
||||
# pkgsrc registers mime files using mimedb.mk (see below)
|
||||
CONFIGURE_ARGS+= --enable-packager-mode
|
||||
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2020/02/09 21:43:07 jdolecek Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2020/02/18 08:27:48 wiz Exp $
|
||||
bin/gramps
|
||||
${PYSITELIB}/${EGG_FILE}
|
||||
${PYSITELIB}/gramps/__init__.py
|
||||
${PYSITELIB}/gramps/__init__.pyc
|
||||
${PYSITELIB}/gramps/__init__.pyo
|
||||
|
@ -3250,7 +3252,6 @@ ${PYSITELIB}/gramps/test/test_util.pyo
|
|||
${PYSITELIB}/gramps/version.py
|
||||
${PYSITELIB}/gramps/version.pyc
|
||||
${PYSITELIB}/gramps/version.pyo
|
||||
bin/gramps
|
||||
man/cs/man1/gramps.1
|
||||
man/fr/man1/gramps.1
|
||||
man/man1/gramps.1
|
||||
|
|
Loading…
Reference in a new issue