diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 23:31:55 +0800 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-27 23:31:55 +0800 |
commit | 1e9999ddafb341c00dd0f6b0f84ac860379e34f6 (patch) | |
tree | 06b7d836daa984c126f0a48ba9fa4a43249105ad /textproc/luaexpat | |
parent | 87f97647a76ebc05747a72eafd239666463fde36 (diff) | |
download | freebsd-ports-gnome-1e9999ddafb341c00dd0f6b0f84ac860379e34f6.tar.gz freebsd-ports-gnome-1e9999ddafb341c00dd0f6b0f84ac860379e34f6.tar.zst freebsd-ports-gnome-1e9999ddafb341c00dd0f6b0f84ac860379e34f6.zip |
Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 4).
Diffstat (limited to 'textproc/luaexpat')
-rw-r--r-- | textproc/luaexpat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/luaexpat/Makefile b/textproc/luaexpat/Makefile index 1e9797ef3c95..e5f5864c3dec 100644 --- a/textproc/luaexpat/Makefile +++ b/textproc/luaexpat/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://matthewwild.co.uk/projects/luaexpat/ \ PKGNAMEPREFIX= ${LUA_PKGNAMEPREFIX} MAINTAINER= lx@FreeBSD.org -COMMENT= LuaExpat is a SAX XML parser based on the Expat library +COMMENT= SAX XML parser based on Expat library LICENSE= MIT |