diff options
author | wiz <wiz@pkgsrc.org> | 2020-02-18 08:27:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-02-18 08:27:48 +0000 |
commit | 2c135af97431dac2fd1eacc569d03ef536a11ff0 (patch) | |
tree | 1ad13d43e347c36139989313286946f6c7d83dee /databases | |
parent | 7c93f517efc81d322e8e57756e57937f7932fcf5 (diff) | |
download | pkgsrc-2c135af97431dac2fd1eacc569d03ef536a11ff0.tar.gz |
gramps: update to 5.1.2nb1.
Fix man page installation path. Add egg file.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/gramps5/Makefile | 9 | ||||
-rw-r--r-- | databases/gramps5/PLIST | 5 |
2 files changed, 11 insertions, 3 deletions
diff --git a/databases/gramps5/Makefile b/databases/gramps5/Makefile index ee42c1effc6..e59bc8bef78 100644 --- a/databases/gramps5/Makefile +++ b/databases/gramps5/Makefile @@ -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 diff --git a/databases/gramps5/PLIST b/databases/gramps5/PLIST index 33992dcc17d..4dceaea8d15 100644 --- a/databases/gramps5/PLIST +++ b/databases/gramps5/PLIST @@ -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 |