Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Jan 2021 14:51:57 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561827 - head/science/pnetcdf
Message-ID:  <202101171451.10HEpvJg091103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101171451.10HEpvJg091103>