Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 14:56:33 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429099 - head/graphics/partio
Message-ID:  <201612211456.uBLEuXIm003673@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Dec 21 14:56:33 2016
New Revision: 429099
URL: https://svnweb.freebsd.org/changeset/ports/429099

Log:
  Rename DOCS to DOXYGEN.
  
  Sponsored by:	Absolight

Modified:
  head/graphics/partio/Makefile   (contents, props changed)

Modified: head/graphics/partio/Makefile
==============================================================================
--- head/graphics/partio/Makefile	Wed Dec 21 14:56:30 2016	(r429098)
+++ head/graphics/partio/Makefile	Wed Dec 21 14:56:33 2016	(r429099)
@@ -2,6 +2,7 @@
 
 PORTNAME=	partio
 PORTVERSION=	1.1.0.20150221
+PORTREVISION=	1
 CATEGORIES=	graphics math
 
 MAINTAINER=	mva@FreeBSD.org
@@ -17,10 +18,10 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	wdas
 GH_TAGNAME=	1fd6747
 
-OPTIONS_DEFINE=		DOCS PYTHON
+OPTIONS_DEFINE=		DOXYGEN PYTHON
 OPTIONS_DEFAULT=	PYTHON
 
-DOCS_BUILD_DEPENDS=	doxygen:devel/doxygen
+DOXYGEN_BUILD_DEPENDS=	doxygen:devel/doxygen
 PYTHON_USES=		python:2.7+
 PYTHON_BUILD_DEPENDS=	swig:devel/swig13
 
@@ -38,12 +39,12 @@ post-patch:
 	@${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY.*src\/py.*/d' \
 		${WRKSRC}/CMakeLists.txt
 .endif
-.if !${PORT_OPTIONS:MDOCS}
+.if !${PORT_OPTIONS:MDOXYGEN}
 	@${REINPLACE_CMD} -e '/ADD_SUBDIRECTORY.*src\/doc.*/d' \
 		${WRKSRC}/CMakeLists.txt
 .endif
 
-.if ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOXYGEN}
 post-build:
 	@(cd ${BUILD_WRKSRC}; make doc)
 .endif



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