diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-08-03 14:15:08 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2014-08-03 14:15:08 +0000 |
commit | 22d7896c1731a371a072a9f3254f9f770ba01b97 (patch) | |
tree | 1fd7e199605ea5d2b068cf1e2b227c1dcd4f7e13 /textproc/xstream | |
parent | 089a429b206872b95880aa58ac6e7da37446b22a (diff) |
Notes
Diffstat (limited to 'textproc/xstream')
-rw-r--r-- | textproc/xstream/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/xstream/Makefile b/textproc/xstream/Makefile index 0e35b69bfb7f..8f58e728656a 100644 --- a/textproc/xstream/Makefile +++ b/textproc/xstream/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= https://nexus.codehaus.org/content/repositories/releases/com/thoug DISTFILES= ${PORTNAME}-distribution-${PORTVERSION}-bin${EXTRACT_SUFX} MAINTAINER= ale@FreeBSD.org -COMMENT= A simple library to serialize Java objects to XML +COMMENT= Simple library to serialize Java objects to XML LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt |