Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2012 08:46:29 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r305707 - head/textproc/libwps
Message-ID:  <201210110846.q9B8kTkw090782@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
-#
+# Created by: Michael Johnson <ahze@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210110846.q9B8kTkw090782>