diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2021-01-17 14:51:57 +0000 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2021-01-17 14:51:57 +0000 |
commit | 8f5722e38d26795e998a5a9c5f29470ae2d37ee3 (patch) | |
tree | 004d288305095eae70c4fa8d572e8678eb46a22c /science/pnetcdf | |
parent | 6f496f63e738f9043bdd460d71c629af29b10439 (diff) |
Fix Makefile.
Notes
Notes:
svn path=/head/; revision=561827
Diffstat (limited to 'science/pnetcdf')
-rw-r--r-- | science/pnetcdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/pnetcdf/Makefile b/science/pnetcdf/Makefile index 4368367a3156..6fd3224bce53 100644 --- a/science/pnetcdf/Makefile +++ b/science/pnetcdf/Makefile @@ -54,4 +54,4 @@ post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ -.include <bsd.port.mk> +.include <bsd.port.post.mk> |