diff options
author | danfe <danfe@FreeBSD.org> | 2019-03-17 00:48:36 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2019-03-17 00:48:36 +0800 |
commit | f7d8fb3be987b6fb29e758a42384c68a391889ed (patch) | |
tree | dd3a5f6734fbef4e8027d476e461035874b36f0d /emulators | |
parent | d87ff5d772e97326111ddb10a248919d941383b3 (diff) | |
download | freebsd-ports-gnome-f7d8fb3be987b6fb29e758a42384c68a391889ed.tar.gz freebsd-ports-gnome-f7d8fb3be987b6fb29e758a42384c68a391889ed.tar.zst freebsd-ports-gnome-f7d8fb3be987b6fb29e758a42384c68a391889ed.zip |
Make the COMMENT consistent (and shorter!) across TI calculator emulators.
Provided by: jrm
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/almostti/Makefile | 2 | ||||
-rw-r--r-- | emulators/tilem/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/almostti/Makefile b/emulators/almostti/Makefile index 61510f0f0935..1fcf3549901f 100644 --- a/emulators/almostti/Makefile +++ b/emulators/almostti/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://fms.komkon.org/ATI85/ DISTNAME= AlmostTI13-Unix-DougMelton-051409 MAINTAINER= danfe@FreeBSD.org -COMMENT= Emulator for Z80 series of Texas Instruments calculators +COMMENT= Texas Instruments Z80 series calculator emulator USES= gmake USE_XORG= x11 xext diff --git a/emulators/tilem/Makefile b/emulators/tilem/Makefile index d1e1e778e3e8..12a5e7a54f23 100644 --- a/emulators/tilem/Makefile +++ b/emulators/tilem/Makefile @@ -8,7 +8,7 @@ CATEGORIES= emulators MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= Emulator for the Z80 series of Texas Instruments calculators +COMMENT= Texas Instruments Z80 series calculator emulator LICENSE= GPLv3 |