diff options
author | snj <snj@pkgsrc.org> | 2009-09-12 21:07:01 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2009-09-12 21:07:01 +0000 |
commit | 8d31b868cc12a9cdacd2e8f2fc8e37515d80a8dd (patch) | |
tree | 26d55df164136ce0ba73c0c1c1092027fd536ede /news | |
parent | bdd2865a159667cc1befecd1779acd8d11135f27 (diff) | |
download | pkgsrc-8d31b868cc12a9cdacd2e8f2fc8e37515d80a8dd.tar.gz |
Fix lottanzb's PLIST to not include CHANGELOG and LICENSE. Problem
noted by kre in PR pkg/42042.
Diffstat (limited to 'news')
-rw-r--r-- | news/lottanzb/Makefile | 5 | ||||
-rw-r--r-- | news/lottanzb/PLIST | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/news/lottanzb/Makefile b/news/lottanzb/Makefile index 6124c83f7e9..896f8a2afca 100644 --- a/news/lottanzb/Makefile +++ b/news/lottanzb/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/08/26 19:58:12 sno Exp $ -# +# $NetBSD: Makefile,v 1.7 2009/09/12 21:07:01 snj Exp $ DISTNAME= lottanzb-0.4.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= news MASTER_SITES= http://www.lottanzb.org/releases/ diff --git a/news/lottanzb/PLIST b/news/lottanzb/PLIST index 9c367badab4..5b3bc7b8977 100644 --- a/news/lottanzb/PLIST +++ b/news/lottanzb/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:10:06 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2009/09/12 21:07:01 snj Exp $ bin/lottanzb ${PYSITELIB}/lottanzb/__init__.py ${PYSITELIB}/lottanzb/__init__.pyc @@ -95,8 +95,6 @@ ${PYSITELIB}/lottanzb/util.pyc ${PYSITELIB}/lottanzb/util.pyo share/application-registry/lottanzb.applications share/applications/lottanzb.desktop -share/doc/lottanzb/CHANGELOG -share/doc/lottanzb/LICENSE share/gnome/help/lottanzb/C/figures/DownloadingMultiple.png share/gnome/help/lottanzb/C/figures/DragDropQueue.png share/gnome/help/lottanzb/C/figures/FileAddMenu.png |