diff options
author | olgeni <olgeni@FreeBSD.org> | 2014-08-08 16:42:44 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2014-08-08 16:42:44 +0800 |
commit | 31ec8b2cec6c157bee77065dc46537ec1b4385ae (patch) | |
tree | cd7f88eddb85869b52f46d6cc5b45746db8b0073 /x11-toolkits/tkshape | |
parent | edb6c9469fe62f0fc6ffe49dab4a43ccfba4315b (diff) | |
download | freebsd-ports-gnome-31ec8b2cec6c157bee77065dc46537ec1b4385ae.tar.gz freebsd-ports-gnome-31ec8b2cec6c157bee77065dc46537ec1b4385ae.tar.zst freebsd-ports-gnome-31ec8b2cec6c157bee77065dc46537ec1b4385ae.zip |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Category X.
CR: D511
Approved by: portmgr (bapt)
Diffstat (limited to 'x11-toolkits/tkshape')
-rw-r--r-- | x11-toolkits/tkshape/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/tkshape/Makefile b/x11-toolkits/tkshape/Makefile index 6284c3e30acb..6e6fbc382cf4 100644 --- a/x11-toolkits/tkshape/Makefile +++ b/x11-toolkits/tkshape/Makefile @@ -3,14 +3,14 @@ PORTNAME= tkshape PORTVERSION= 0.4 -PORTREVISION= 2 +PORTREVISION= 2 CATEGORIES= x11-toolkits MASTER_SITES= http://www.cs.man.ac.uk/~fellowsd/tcl/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ DISTNAME= shape${PORTVERSION:S/.//g} MAINTAINER= nivit@FreeBSD.org -COMMENT= A Tk library to access to X Shaped Window Extension +COMMENT= Tk library to access to X Shaped Window Extension USES= gmake tk:85+ |