svn commit: r563754 - head/science/mdynamix

Antoine Brodin antoine at FreeBSD.org
Mon Feb 1 19:54:13 UTC 2021


Author: antoine
Date: Mon Feb  1 19:54:12 2021
New Revision: 563754
URL: https://svnweb.freebsd.org/changeset/ports/563754

Log:
  Do not include bsd.port.mk twice

Modified:
  head/science/mdynamix/Makefile

Modified: head/science/mdynamix/Makefile
==============================================================================
--- head/science/mdynamix/Makefile	Mon Feb  1 19:50:53 2021	(r563753)
+++ head/science/mdynamix/Makefile	Mon Feb  1 19:54:12 2021	(r563754)
@@ -34,4 +34,4 @@ do-install:
 FFLAGS+=	-fallow-argument-mismatch
 .endif
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list