aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-21 15:11:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-21 15:11:33 +0000
commiteb42680fedabff4b4104a448df54fc9fbd5986cb (patch)
treefe711d15abc0df5bd6226e2534fa794351424f86 /science/netcdf
parentd22b800e052206ff598b17a73cfb17e4e9b30ef1 (diff)
downloadports-eb42680fedabff4b4104a448df54fc9fbd5986cb.tar.gz
ports-eb42680fedabff4b4104a448df54fc9fbd5986cb.zip
- Fix build with DOXYGEN option
Notes
Notes: svn path=/head/; revision=379521
Diffstat (limited to 'science/netcdf')
-rw-r--r--science/netcdf/Makefile4
1 files changed, 2 insertions, 2 deletions
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