From 3c4e0b46309a11f6ba6423fb26338559bbbfe60d Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sat, 21 Feb 2015 15:11:33 +0000 Subject: - Fix build with DOXYGEN option --- science/netcdf/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'science/netcdf') diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index 948f58c3c7df..e1aca27cfc7f 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -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 -- cgit