From 8e343fb12c3fa5098323af08d53462cc0a6e9c29 Mon Sep 17 00:00:00 2001 From: rodent Date: Sat, 6 Apr 2013 03:45:05 +0000 Subject: 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. --- graphics/libjpeg-turbo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/libjpeg-turbo') diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile index 61925c2f729..cbadf5616ca 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2012/10/06 14:11:04 asau Exp $ +# $NetBSD: Makefile,v 1.8 2013/04/06 03:45:14 rodent Exp $ # DISTNAME= libjpeg-turbo-1.2.1 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libjpeg-turbo/} MAINTAINER= dsainty@NetBSD.org HOMEPAGE= http://libjpeg-turbo.virtualgl.org/ -COMMENT= libjpeg accelerated with MMX, SSE and SSE2 SIMD instructions +COMMENT= Accelerated libjpeg with MMX, SSE and SSE2 SIMD instructions LICENSE= gnu-lgpl-v2 # OR wxWindows Library Licence, Version 3.1 CONFLICTS= jpeg-[0-9]* -- cgit v1.2.3