diff options
author | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
---|---|---|
committer | rodent <rodent@pkgsrc.org> | 2013-04-06 03:45:05 +0000 |
commit | e33aa74b6eba4d1b9c2011e1f22ed0dc47442294 (patch) | |
tree | 058a5d7dbd4e2830d044e3fb78162276979aef46 /multimedia/totem-pl-parser | |
parent | f5c547ba8231c6d89988ee6f34a88720e8c99eb9 (diff) | |
download | pkgsrc-e33aa74b6eba4d1b9c2011e1f22ed0dc47442294.tar.gz |
Fixes:
COMMENT should not be longer than 70 characters.
COMMENT should not begin with 'A'.
COMMENT should not begin with 'An'.
COMMENT should not begin with 'a'.
COMMENT should not end with a period.
COMMENT should start with a capital letter.
pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
Diffstat (limited to 'multimedia/totem-pl-parser')
-rw-r--r-- | multimedia/totem-pl-parser/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/totem-pl-parser/Makefile b/multimedia/totem-pl-parser/Makefile index 918a1310e9e..d8b10a4a18e 100644 --- a/multimedia/totem-pl-parser/Makefile +++ b/multimedia/totem-pl-parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2013/01/26 21:36:39 adam Exp $ +# $NetBSD: Makefile,v 1.45 2013/04/06 03:45:20 rodent Exp $ # DISTNAME= totem-pl-parser-3.4.3 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/ -COMMENT= totem playlist parser +COMMENT= Totem playlist parser GNU_CONFIGURE= yes CONFIGURE_ENV+= DATADIRNAME=share |