diff options
author | rodent <rodent> | 2013-04-06 03:45:05 +0000 |
---|---|---|
committer | rodent <rodent> | 2013-04-06 03:45:05 +0000 |
commit | fe2621ae5f5c745fab18912a1f38bbc5abc2f029 (patch) | |
tree | 058a5d7dbd4e2830d044e3fb78162276979aef46 /print/rlpr | |
parent | 82cc10191129d463b2207ac9948d08ed011e16d3 (diff) | |
download | pkgsrc-fe2621ae5f5c745fab18912a1f38bbc5abc2f029.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 'print/rlpr')
-rw-r--r-- | print/rlpr/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile index 9900514762b..8074993bd74 100644 --- a/print/rlpr/Makefile +++ b/print/rlpr/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.11 2012/10/08 13:45:46 asau Exp $ +# $NetBSD: Makefile,v 1.12 2013/04/06 03:45:22 rodent Exp $ -DISTNAME= rlpr-2.06 -PKGREVISION= 3 -CATEGORIES= print -MASTER_SITES= # ftp://truffula.com/pub/ +DISTNAME= rlpr-2.06 +PKGREVISION= 3 +CATEGORIES= print +MASTER_SITES= # ftp://truffula.com/pub/ -MAINTAINER= sekiya@NetBSD.org -HOMEPAGE= http://truffula.com/rlpr/ -COMMENT= lpr work-alike to print directly to remote printer +MAINTAINER= sekiya@NetBSD.org +HOMEPAGE= http://truffula.com/rlpr/ +COMMENT= Work-alike of lpr to print directly to remote printer -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes .include "../../devel/gettext-lib/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" |