Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Feb 2015 15:11:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379521 - head/science/netcdf
Message-ID:  <201502211511.t1LFBYoW003526@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb 21 15:11:33 2015
New Revision: 379521
URL: https://svnweb.freebsd.org/changeset/ports/379521
QAT: https://qat.redports.org/buildarchive/r379521/

Log:
  - Fix build with DOXYGEN option

Modified:
  head/science/netcdf/Makefile

Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile	Sat Feb 21 15:11:27 2015	(r379520)
+++ head/science/netcdf/Makefile	Sat Feb 21 15:11:33 2015	(r379521)
@@ -49,13 +49,13 @@ post-patch:
 
 post-build:
 .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
-	@cd ${WRKSRC}/man4 && ${LOCALBASE}/bin/doxygen .
+	cd ${WRKSRC}/docs/ && ${LOCALBASE}/bin/doxygen .
 .endif
 
 post-install:
 .if ${PORT_OPTIONS:MDOCS} && ${PORT_OPTIONS:MDOXYGEN}
 	${MKDIR} ${STAGEDIR}${DOCSDIR}/
-	cd ${WRKSRC}/man4/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
+	cd ${WRKSRC}/docs/html/ && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
 .endif
 
 regression-test test: build



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