aboutsummaryrefslogtreecommitdiffstats
path: root/science/netcdf
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-02-21 23:11:33 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-02-21 23:11:33 +0800
commit3c4e0b46309a11f6ba6423fb26338559bbbfe60d (patch)
treefe711d15abc0df5bd6226e2534fa794351424f86 /science/netcdf
parent3bd3764c8e4f9246635775bc03c1469af61dfb22 (diff)
downloadfreebsd-ports-gnome-3c4e0b46309a11f6ba6423fb26338559bbbfe60d.tar.gz
freebsd-ports-gnome-3c4e0b46309a11f6ba6423fb26338559bbbfe60d.tar.zst
freebsd-ports-gnome-3c4e0b46309a11f6ba6423fb26338559bbbfe60d.zip
- Fix build with DOXYGEN option
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