diff options
author | dbj <dbj> | 2014-07-30 06:53:21 +0000 |
---|---|---|
committer | dbj <dbj> | 2014-07-30 06:53:21 +0000 |
commit | 0dd81deb3a9a4b5ae02614d335b5c9b174aa6b63 (patch) | |
tree | 3126ba3a065fcebbce6158ff750f97b3d0ac2c17 /x11/wxGTK30 | |
parent | 7439fa3537e41d71a30cbbf9e0a35741b9e556e0 (diff) | |
download | pkgsrc-0dd81deb3a9a4b5ae02614d335b5c9b174aa6b63.tar.gz |
use LICENSE=gnu-lgpl-v2 and note exception in Makefile comment
install the lgpl.txt file as well in the pkg doc directory
change per discussion on tech-pkg@
Diffstat (limited to 'x11/wxGTK30')
-rw-r--r-- | x11/wxGTK30/Makefile | 8 | ||||
-rw-r--r-- | x11/wxGTK30/PLIST | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11/wxGTK30/Makefile b/x11/wxGTK30/Makefile index 3d64204f9a2..36031e6f189 100644 --- a/x11/wxGTK30/Makefile +++ b/x11/wxGTK30/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2014/07/21 06:53:24 dbj Exp $ +# $NetBSD: Makefile,v 1.2 2014/07/30 06:53:21 dbj Exp $ # VERSION= 3.0.1 +PKGREVISION= 1 DISTNAME= wxWidgets-${VERSION} PKGNAME= wxGTK30-${VERSION} CATEGORIES= x11 @@ -11,7 +12,9 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= dbj@NetBSD.org HOMEPAGE= http://www.wxwidgets.org/ COMMENT= GTK-based implementation of the wxWidgets GUI library -LICENSE= wxwindows-3.1 + +# LGPLv2 with additional permission; http://opensource.org/licenses/wxwindows +LICENSE= gnu-lgpl-v2 PATCHFILES= ${DISTNAME}-libtool.diff.bz2 PATCH_SITES= ${MASTER_SITE_LOCAL} @@ -62,6 +65,7 @@ post-build: post-install: ${INSTALL_DATA} ${WRKSRC}/docs/licence.txt ${DESTDIR}${PREFIX}/${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/lgpl.txt ${DESTDIR}${PREFIX}/${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/docs/changes.txt ${DESTDIR}${PREFIX}/${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/docs/readme.txt ${DESTDIR}${PREFIX}/${DOCDIR} diff --git a/x11/wxGTK30/PLIST b/x11/wxGTK30/PLIST index 61390c9ee81..063372c5696 100644 --- a/x11/wxGTK30/PLIST +++ b/x11/wxGTK30/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2014/07/21 06:53:24 dbj Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/07/30 06:53:21 dbj Exp $ bin/wx-config bin/wxrc bin/wxrc-3.0 @@ -735,6 +735,7 @@ share/bakefile/presets/wx_unix.bkl share/bakefile/presets/wx_win32.bkl share/bakefile/presets/wx_xrc.bkl share/doc/wxGTK/changes.txt +share/doc/wxGTK/lgpl.txt share/doc/wxGTK/licence.txt share/doc/wxGTK/readme.txt share/locale/ca/LC_MESSAGES/wxstd.mo |