diff options
-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} |