From f237ebafe4335e8710dd9bc0d87dd58d46ae058b Mon Sep 17 00:00:00 2001 From: makc Date: Thu, 13 Feb 2014 09:33:25 +0000 Subject: - Add missing DOCS and EXAMPLES options to OPTIONS_DEFINE [1] - Shorten comment Prompted by: ehaupt [1] --- devel/xsd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'devel/xsd') 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 post-install: -- cgit