svn commit: r429095 - head/graphics/code-eli

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


Author: mat
Date: Wed Dec 21 14:56:20 2016
New Revision: 429095
URL: https://svnweb.freebsd.org/changeset/ports/429095

Log:
  Rename DOCS to DOXYGEN.
  
  Sponsored by:	Absolight

Modified:
  head/graphics/code-eli/Makefile   (contents, props changed)

Modified: head/graphics/code-eli/Makefile
==============================================================================
--- head/graphics/code-eli/Makefile	Wed Dec 21 14:56:17 2016	(r429094)
+++ head/graphics/code-eli/Makefile	Wed Dec 21 14:56:20 2016	(r429095)
@@ -3,7 +3,7 @@
 
 PORTNAME=	code-eli
 PORTVERSION=	0.3.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	graphics
 
 MAINTAINER=	fernando.apesteguia at gmail.com
@@ -28,10 +28,10 @@ AIRFOIL_DIR=	airfoil_fit
 VSPPOD_DIR=	vsp_pod
 
 # Build options
-OPTIONS_DEFINE=		DOCS EXAMPLES
+OPTIONS_DEFINE=		DOXYGEN EXAMPLES
 EXAMPLES_LIB_DEPENDS=	libcpptest.so:devel/cpptest
-DOCS_BUILD_DEPENDS=	${LOCALBASE}/bin/doxygen:devel/doxygen
-DOCS_ALL_TARGET=	doc
+DOXYGEN_BUILD_DEPENDS=	${LOCALBASE}/bin/doxygen:devel/doxygen
+DOXYGEN_ALL_TARGET=	doc
 
 # The code uses std::cbrt(). Even if one passes some additional macros for
 # libstdc++ to enable additional math functions in math.h some of them, such as
@@ -69,7 +69,7 @@ do-install-EXAMPLES-on:
 	${FIND} ${STAGEDIR}${EXAMPLESDIR}${TEST_SUBDIR} -name *Test | \
 		${XARGS} ${STRIP_CMD}
 
-do-install-DOCS-on:
+do-install-DOXYGEN-on:
 	(cd ${BUILD_WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list