diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-08 10:20:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-08 10:20:32 +0000 |
commit | 0084b3c5e2007c2317367b556b74285fcd7d5dcf (patch) | |
tree | 24ddacac2f5a81b5d37b084b30df0c36b912755c /graphics/giftrans | |
parent | 17ec7fa33b89fc1086112662873872c727661a99 (diff) | |
download | pkgsrc-0084b3c5e2007c2317367b556b74285fcd7d5dcf.tar.gz |
Replace trailing dots in COMMENT.
Diffstat (limited to 'graphics/giftrans')
-rw-r--r-- | graphics/giftrans/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/giftrans/Makefile b/graphics/giftrans/Makefile index b10e3055c8a..9f95060599a 100644 --- a/graphics/giftrans/Makefile +++ b/graphics/giftrans/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/16 15:22:21 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2001/03/08 10:20:32 wiz Exp $ # DISTNAME= sgif1122 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://ion.le.ac.uk/~mar5/giftrans.html -COMMENT= Manipulate GIF89a images' transparency, comment, .. +COMMENT= Manipulate GIF89a images' transparency, comment and other data WRKSRC= ${WRKDIR}/usr/src/${PKGNAME} |