svn commit: r379521 - head/science/netcdf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 21 15:11:34 UTC 2015


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


More information about the svn-ports-all mailing list