From 72ddb01158a242078296893477d7b3de202cefa7 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 21 Dec 2016 14:56:20 +0000 Subject: Rename DOCS to DOXYGEN. Sponsored by: Absolight --- graphics/code-eli/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'graphics') diff --git a/graphics/code-eli/Makefile b/graphics/code-eli/Makefile index 00d8450ac5c2..866acf578c24 100644 --- a/graphics/code-eli/Makefile +++ b/graphics/code-eli/Makefile @@ -3,7 +3,7 @@ PORTNAME= code-eli PORTVERSION= 0.3.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MAINTAINER= fernando.apesteguia@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 -- cgit