diff options
-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: |