pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/gramps5



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Mar 18 20:54:34 UTC 2020

Modified Files:
        pkgsrc/databases/gramps5: Makefile

Log Message:
gramps5: fix startup

A path included ${DESTDIR} which made the program not start up correctly.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/databases/gramps5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/gramps5/Makefile
diff -u pkgsrc/databases/gramps5/Makefile:1.3 pkgsrc/databases/gramps5/Makefile:1.4
--- pkgsrc/databases/gramps5/Makefile:1.3       Tue Feb 18 08:27:48 2020
+++ pkgsrc/databases/gramps5/Makefile   Wed Mar 18 20:54:33 2020
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2020/02/18 08:27:48 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/03/18 20:54:33 wiz Exp $
 
 DISTNAME=              gramps-5.1.2
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            databases
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=gramps/}
 
@@ -33,6 +33,10 @@ CONFIGURE_ARGS+=     --enable-packager-mode
 DEPENDS+=      librsvg-[0-9]*:../../graphics/librsvg
 DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 
+# setup.py target includes ${DESTDIR}, which is wrong
+post-install:
+       ${ECHO} -n ${PREFIX}/share > ${DESTDIR}${PREFIX}/${PYSITELIB}/gramps/gen/utils/resource-path
+
 .include "options.mk"
 
 .include "../../databases/py-bsddb3/buildlink3.mk"



Home | Main Index | Thread Index | Old Index