pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libbonobo



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 17 23:53:59 UTC 2020

Modified Files:
        pkgsrc/devel/libbonobo: Makefile

Log Message:
libbonobo: Correct LICENSE. pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/devel/libbonobo/Makefile

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

Modified files:

Index: pkgsrc/devel/libbonobo/Makefile
diff -u pkgsrc/devel/libbonobo/Makefile:1.85 pkgsrc/devel/libbonobo/Makefile:1.86
--- pkgsrc/devel/libbonobo/Makefile:1.85        Sun May 17 15:24:48 2020
+++ pkgsrc/devel/libbonobo/Makefile     Sun May 17 23:53:59 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.85 2020/05/17 15:24:48 nia Exp $
+# $NetBSD: Makefile,v 1.86 2020/05/17 23:53:59 nia Exp $
 
 DISTNAME=              libbonobo-2.32.1
 CATEGORIES=            devel gnome
@@ -8,7 +8,7 @@ EXTRACT_SUFX=           .tar.bz2
 MAINTAINER=            pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=              https://developer.gnome.org/
 COMMENT=               GNOME2 Object activation framework library
-LICENSE=               gnu-gpl-v2
+LICENSE=               gnu-gpl-v2 AND gnu-lgpl-v2.1
 
 CONFLICTS=             bonobo-activation-[0-9]*
 
@@ -20,8 +20,8 @@ USE_TOOLS+=           bison flex gmake intltool m
 PKGCONFIG_OVERRIDE=    bonobo/libbonobo-2.0.pc.in
 PKGCONFIG_OVERRIDE+=   bonobo-activation/bonobo-activation-2.0.pc.in
 
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
-CONFIGURE_ENV+=                PERL_PATH=${TOOLS_PERL5:Q}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ENV+=                PERL_PATH=${TOOLS_PERL5}
 
 PKG_SYSCONFSUBDIR=     bonobo-activation
 EGDIR=                 ${PREFIX}/share/examples/bonobo-activation



Home | Main Index | Thread Index | Old Index