svn commit: r561827 - head/science/pnetcdf

Thierry Thomas thierry at FreeBSD.org
Sun Jan 17 14:51:58 UTC 2021


Author: thierry
Date: Sun Jan 17 14:51:57 2021
New Revision: 561827
URL: https://svnweb.freebsd.org/changeset/ports/561827

Log:
  Fix Makefile.

Modified:
  head/science/pnetcdf/Makefile

Modified: head/science/pnetcdf/Makefile
==============================================================================
--- head/science/pnetcdf/Makefile	Sun Jan 17 14:47:59 2021	(r561826)
+++ head/science/pnetcdf/Makefile	Sun Jan 17 14:51:57 2021	(r561827)
@@ -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>


More information about the svn-ports-all mailing list