diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-13 07:36:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-06-13 07:36:27 +0000 |
commit | 5e38556079dc1b29917574ab333469bcd6cb2826 (patch) | |
tree | 31f7c76fc2fe49a45de6576643bcbb985812b77e /games/enygma/Makefile | |
parent | 02026688e884be35e6f53ff766a2ef651851285e (diff) | |
download | ports-5e38556079dc1b29917574ab333469bcd6cb2826.tar.gz ports-5e38556079dc1b29917574ab333469bcd6cb2826.zip |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. Categories G-I.
CR: D201
Approved by: portmgr (bapt)
Notes
Notes:
svn path=/head/; revision=357654
Diffstat (limited to 'games/enygma/Makefile')
-rw-r--r-- | games/enygma/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/enygma/Makefile b/games/enygma/Makefile index 6bc16a6daa8a..0ec9e07aefa8 100644 --- a/games/enygma/Makefile +++ b/games/enygma/Makefile @@ -1,15 +1,15 @@ # Created by: Wouter Reckman <gennerate@zonnet.nl> # $FreeBSD$ -PORTNAME= enygma +PORTNAME= enygma PORTVERSION= 1.04 -CATEGORIES= games +CATEGORIES= games MASTER_SITES= http://www.chiark.greenend.org.uk/~sgtatham/enigma/ -DISTNAME= enigma-${DISTVERSION} +DISTNAME= enigma-${DISTVERSION} DIST_SUBDIR= ${PORTNAME} -MAINTAINER= gennerate@zonnet.nl -COMMENT= A text-based puzzle game +MAINTAINER= gennerate@zonnet.nl +COMMENT= Text-based puzzle game GNU_CONFIGURE= yes |