diff options
author | martti <martti> | 2003-07-21 16:45:54 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-21 16:45:54 +0000 |
commit | 0ba95b8b66bf5eeff320b5ead8f56dcd72d81fc4 (patch) | |
tree | b1f871338028796610e5ff920241fc869f182169 /games/xevil | |
parent | 7edec63da8d087916922eee3839d294038f11311 (diff) | |
download | pkgsrc-0ba95b8b66bf5eeff320b5ead8f56dcd72d81fc4.tar.gz |
COMMENT should start with a capital letter.
Diffstat (limited to 'games/xevil')
-rw-r--r-- | games/xevil/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xevil/Makefile b/games/xevil/Makefile index a0985f235c8..66dce61e520 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:10 jmmv Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/21 16:50:02 martti Exp $ DISTNAME= xevil1.5.1e PKGNAME= xevil-1.5.1e @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= root@garbled.net HOMEPAGE= http://www.xevil.com/ -COMMENT= violent game of killing, contains profanity +COMMENT= Violent game of killing, contains profanity MAKE_ENV= HOSTTYPE="netbsd" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ |