diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-02-21 23:11:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-02-21 23:11:33 +0800 |
commit | 3c4e0b46309a11f6ba6423fb26338559bbbfe60d (patch) | |
tree | fe711d15abc0df5bd6226e2534fa794351424f86 /science/netcdf | |
parent | 3bd3764c8e4f9246635775bc03c1469af61dfb22 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |