svn commit: r563757 - head/games/cataclysm-dda

Antoine Brodin antoine at FreeBSD.org
Mon Feb 1 19:58:39 UTC 2021


Author: antoine
Date: Mon Feb  1 19:58:38 2021
New Revision: 563757
URL: https://svnweb.freebsd.org/changeset/ports/563757

Log:
  Do not include bsd.port.options.mk twice

Modified:
  head/games/cataclysm-dda/Makefile

Modified: head/games/cataclysm-dda/Makefile
==============================================================================
--- head/games/cataclysm-dda/Makefile	Mon Feb  1 19:57:53 2021	(r563756)
+++ head/games/cataclysm-dda/Makefile	Mon Feb  1 19:58:38 2021	(r563757)
@@ -60,8 +60,6 @@ CXXFLAGS+=	-Wno-inconsistent-missing-override
 CPPFLAGS+=	-DCATA_NO_CPP11_STRING_CONVERSIONS
 .endif
 
-.include <bsd.port.options.mk>
-
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|--mode=|-m | ; \


More information about the svn-ports-all mailing list