Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 19:58:38 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563757 - head/games/cataclysm-dda
Message-ID:  <202102011958.111JwceH046114@repo.freebsd.org>

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



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