svn commit: r305707 - head/textproc/libwps

Baptiste Daroussin bapt at FreeBSD.org
Thu Oct 11 08:46:29 UTC 2012


Author: bapt
Date: Thu Oct 11 08:46:29 2012
New Revision: 305707
URL: http://svn.freebsd.org/changeset/ports/305707

Log:
  Rename the DOCS option to DOXYGEN off by default as the documentation is only
  doxygen generated files
  
  Feature safe:	yes

Modified:
  head/textproc/libwps/Makefile

Modified: head/textproc/libwps/Makefile
==============================================================================
--- head/textproc/libwps/Makefile	Thu Oct 11 08:35:21 2012	(r305706)
+++ head/textproc/libwps/Makefile	Thu Oct 11 08:46:29 2012	(r305707)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	libwps
-# Date created:		2008-04-16
-# Whom:			Michael Johnson <ahze at FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze at FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	libwps
 PORTVERSION=	0.2.7
@@ -18,7 +14,7 @@ LICENSE=	LGPL21
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 LIB_DEPENDS=	wpd-0.9:${PORTSDIR}/textproc/libwpd
 
-OPTIONS_DEFINE=	DOCS
+OPTIONS_DEFINE=	DOXYGEN
 
 CONFIGURE_ARGS=	--disable-werror
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -30,7 +26,7 @@ PORTDOCS=	*
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOXYGEN}
 BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
 .else
 CONFIGURE_ARGS+=--without-docs


More information about the svn-ports-all mailing list