diff options
author | cjep <cjep@pkgsrc.org> | 2003-04-27 13:47:14 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-04-27 13:47:14 +0000 |
commit | e635dae1094de031c15dc6d27efc0ff0b1f7d485 (patch) | |
tree | 1177972506500b9a9a4e7e76de86f525b87b3172 | |
parent | 381ce64667f2ad013a6383328114e404b2bd4766 (diff) | |
download | pkgsrc-e635dae1094de031c15dc6d27efc0ff0b1f7d485.tar.gz |
Lint: shorten COMMENT
-rw-r--r-- | games/sl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/sl/Makefile b/games/sl/Makefile index 52a85ef3ae7..58b7ff93e5d 100644 --- a/games/sl/Makefile +++ b/games/sl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2002/05/31 15:19:58 seb Exp $ +# $NetBSD: Makefile,v 1.7 2003/04/27 13:47:14 cjep Exp $ # DISTNAME= sl @@ -13,7 +13,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= minoura@netbsd.org HOMEPAGE= http://www.tkl.iis.u-tokyo.ac.jp/~toyoda/ -COMMENT= Animated SL that runs across the terminal when you type `sl' instead of `ls' +COMMENT= Animated SL that runs across the terminal when you type `sl' BUILD_DEPENDS= nkf-1.7:../../converters/nkf |