summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorrodent <rodent>2013-04-06 03:45:05 +0000
committerrodent <rodent>2013-04-06 03:45:05 +0000
commitfe2621ae5f5c745fab18912a1f38bbc5abc2f029 (patch)
tree058a5d7dbd4e2830d044e3fb78162276979aef46 /converters
parent82cc10191129d463b2207ac9948d08ed011e16d3 (diff)
downloadpkgsrc-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 'converters')
-rw-r--r--converters/yencode/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/yencode/Makefile b/converters/yencode/Makefile
index 2554dab83a3..bb947009c4c 100644
--- a/converters/yencode/Makefile
+++ b/converters/yencode/Makefile
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.15 2012/10/03 00:20:19 asau Exp $
+# $NetBSD: Makefile,v 1.16 2013/04/06 03:45:08 rodent Exp $
#
DISTNAME= yencode-0.46
-PKGNAME= yencode-0.4.6
+PKGNAME= ${DISTNAME:C/([0-9])$/.\1/1}
PKGREVISION= 1
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yencode/}
MAINTAINER= shaun@inerd.com
HOMEPAGE= http://www.yencode.org/
-COMMENT= yenc format encoder and decoder
+COMMENT= Encoder and decoder for yenc format
-GNU_CONFIGURE= YES
+GNU_CONFIGURE= yes
CFLAGS.SunOS+= -Du_int64_t=uint64_t
LIBS.SunOS+= -lsocket -lnsl