svn commit: r344047 - head/devel/xsd

Max Brazhnikov makc at FreeBSD.org
Thu Feb 13 09:33:26 UTC 2014


Author: makc
Date: Thu Feb 13 09:33:25 2014
New Revision: 344047
URL: http://svnweb.freebsd.org/changeset/ports/344047
QAT: https://qat.redports.org/buildarchive/r344047/

Log:
  - Add missing DOCS and EXAMPLES options to OPTIONS_DEFINE [1]
  - Shorten comment
  
  Prompted by:	ehaupt [1]

Modified:
  head/devel/xsd/Makefile

Modified: head/devel/xsd/Makefile
==============================================================================
--- head/devel/xsd/Makefile	Thu Feb 13 09:20:25 2014	(r344046)
+++ head/devel/xsd/Makefile	Thu Feb 13 09:33:25 2014	(r344047)
@@ -9,7 +9,7 @@ CATEGORIES=	devel
 MASTER_SITES=	http://www.codesynthesis.com/download/${PORTNAME}/${PORTVERSION:R}/
 
 MAINTAINER=	kde at 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}${P
 USES=		gmake
 USE_BZIP2=	yes
 
+OPTIONS_DEFINE=	DOCS EXAMPLES
+
 .include <bsd.port.options.mk>
 
 post-install:


More information about the svn-ports-all mailing list