svn commit: r429099 - head/graphics/partio

Mathieu Arnold mat at FreeBSD.org
Wed Dec 21 14:56:34 UTC 2016


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 at 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


More information about the svn-ports-all mailing list