diff options
author | martti <martti@pkgsrc.org> | 2003-07-21 16:45:54 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2003-07-21 16:45:54 +0000 |
commit | ee90b572a694e53c91c3f84b3e56b5f1ce169ae5 (patch) | |
tree | b1f871338028796610e5ff920241fc869f182169 /games/nethack-lib | |
parent | e69ab8c36548981938b2660bd19e390b45d3e84f (diff) | |
download | pkgsrc-ee90b572a694e53c91c3f84b3e56b5f1ce169ae5.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile b/games/nethack-lib/Makefile index 3660268e514..c73b4b89147 100644 --- a/games/nethack-lib/Makefile +++ b/games/nethack-lib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2002/09/20 21:20:03 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/07/21 16:49:57 martti Exp $ # .include "../nethack-lib/Makefile.common" PKGNAME= nethack-lib-${NETHACK_VERSION} -COMMENT= data files for Nethack +COMMENT= Data files for Nethack USE_BUILDLINK2= yes HAS_CONFIGURE= yes |