diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-28 07:51:53 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2020-05-28 07:51:53 +0000 |
commit | a7d97907918f39b1cb20ee9657da44b939a66fc3 (patch) | |
tree | 4e75207b845057e5ea7a9529f06b6ef5b02360e4 /x11-toolkits | |
parent | 102086eb378c3b90caba45355db732ddf2b89aa2 (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Xmt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/mowitz/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/Xmt/Makefile b/x11-toolkits/Xmt/Makefile index 7082fa9ef0de..cb5bff548b71 100644 --- a/x11-toolkits/Xmt/Makefile +++ b/x11-toolkits/Xmt/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= SF/motiftools/Xmt/Xmt400 DISTNAME= xmt400 MAINTAINER= cy@FreeBSD.org -COMMENT= Xmt is a Motif Tools library +COMMENT= Motif Tools library LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYRIGHT diff --git a/x11-toolkits/mowitz/Makefile b/x11-toolkits/mowitz/Makefile index 8cc6b27f58ba..a7176a62c392 100644 --- a/x11-toolkits/mowitz/Makefile +++ b/x11-toolkits/mowitz/Makefile @@ -8,7 +8,7 @@ CATEGORIES= x11-toolkits MASTER_SITES= http://siag.nu/pub/mowitz/ MAINTAINER= mi@aldan.algebra.com -COMMENT= This is the Mowitz ("More widgets") library +COMMENT= Mowitz ("More widgets") library LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d |