diff options
author | marino <marino@FreeBSD.org> | 2014-03-24 18:31:15 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-24 18:31:15 +0800 |
commit | c36c9c4f30b72d915320152bf9aeed1b242dbf5b (patch) | |
tree | 0f55662f72334043257cb56381503c8370ee3885 | |
parent | b619d2e7b82e506bb25b337327691afab22b3ca4 (diff) | |
download | freebsd-ports-gnome-c36c9c4f30b72d915320152bf9aeed1b242dbf5b.tar.gz freebsd-ports-gnome-c36c9c4f30b72d915320152bf9aeed1b242dbf5b.tar.zst freebsd-ports-gnome-c36c9c4f30b72d915320152bf9aeed1b242dbf5b.zip |
misc/excel-writer: Ensure short description includes "Ada"
This is important as the package is not (easily) usable for those
uninterested in Ada.
-rw-r--r-- | misc/excel-writer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/excel-writer/Makefile b/misc/excel-writer/Makefile index 297cf60c72f7..bfb7e04bc136 100644 --- a/misc/excel-writer/Makefile +++ b/misc/excel-writer/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/ DISTNAME= excel_writer_${PORTVERSION} MAINTAINER= marino@FreeBSD.org -COMMENT= Package for easily creating Excel files with basic formats +COMMENT= Ada package for easily creating Excel files with basic formats LICENSE= MIT |