diff options
author | makc <makc@FreeBSD.org> | 2014-02-13 17:33:25 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2014-02-13 17:33:25 +0800 |
commit | f237ebafe4335e8710dd9bc0d87dd58d46ae058b (patch) | |
tree | ff743321e28cf325edcaf7ca7024cf1191655d82 /devel/xsd | |
parent | f2df0eba57741d51469593b1f9073f07065b200e (diff) | |
download | freebsd-ports-gnome-f237ebafe4335e8710dd9bc0d87dd58d46ae058b.tar.gz freebsd-ports-gnome-f237ebafe4335e8710dd9bc0d87dd58d46ae058b.tar.zst freebsd-ports-gnome-f237ebafe4335e8710dd9bc0d87dd58d46ae058b.zip |
- Add missing DOCS and EXAMPLES options to OPTIONS_DEFINE [1]
- Shorten comment
Prompted by: ehaupt [1]
Diffstat (limited to 'devel/xsd')
-rw-r--r-- | devel/xsd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/xsd/Makefile b/devel/xsd/Makefile index ecabfb1af393..a1b761a5b692 100644 --- a/devel/xsd/Makefile +++ b/devel/xsd/Makefile @@ -9,7 +9,7 @@ CATEGORIES= devel MASTER_SITES= http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/ MAINTAINER= kde@FreeBSD.org -COMMENT= A W3C XML Schema to C++ translator +COMMENT= W3C XML Schema to C++ translator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/xsd/LICENSE @@ -30,6 +30,8 @@ MAKE_ARGS= install_prefix=${STAGEDIR}${PREFIX} \ USES= gmake USE_BZIP2= yes +OPTIONS_DEFINE= DOCS EXAMPLES + .include <bsd.port.options.mk> post-install: |