diff options
author | abs <abs> | 2002-12-12 14:34:49 +0000 |
---|---|---|
committer | abs <abs> | 2002-12-12 14:34:49 +0000 |
commit | eead29eb355a7676e9eb0ccea13f785374b77735 (patch) | |
tree | 888fca3d2c1caf08717737e64222e293ef5aaaa7 /misc | |
parent | 44638dd622f5fe9913087552a030fcb60d6534f1 (diff) | |
download | pkgsrc-eead29eb355a7676e9eb0ccea13f785374b77735.tar.gz |
shorten COMMENT
Diffstat (limited to 'misc')
-rw-r--r-- | misc/figlet/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index 10dc1028b86..583de5dd0e9 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/07/19 08:00:47 agc Exp $ +# $NetBSD: Makefile,v 1.9 2002/12/12 14:35:40 abs Exp $ # FreeBSD Id: Makefile,v 1.6 1997/06/29 09:56:32 obrien Exp # @@ -9,6 +9,6 @@ MASTER_SITES= ftp://ftp.figlet.org/pub/figlet/program/unix/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.figlet.org/ -COMMENT= Banner like program, prints strings in fancy ASCII art characters +COMMENT= Print text banners in fancy ASCII art characters .include "../../mk/bsd.pkg.mk" |