svn commit: r563755 - head/databases/percona55-server

Antoine Brodin antoine at FreeBSD.org
Mon Feb 1 19:56:34 UTC 2021


Author: antoine
Date: Mon Feb  1 19:56:33 2021
New Revision: 563755
URL: https://svnweb.freebsd.org/changeset/ports/563755

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

Modified:
  head/databases/percona55-server/Makefile

Modified: head/databases/percona55-server/Makefile
==============================================================================
--- head/databases/percona55-server/Makefile	Mon Feb  1 19:54:12 2021	(r563754)
+++ head/databases/percona55-server/Makefile	Mon Feb  1 19:56:33 2021	(r563755)
@@ -94,8 +94,6 @@ CMAKE_ARGS+=	-DWITH_EMBEDDED_SERVER="ON"
 post-install:
 	@${MKDIR} ${STAGEDIR}/var/db/mysql
 
-.include <bsd.port.options.mk>
-
 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200057
 SUB_LIST+=	LEGACY_LIMITS="@comment " MODERN_LIMITS=""
 .else


More information about the svn-ports-all mailing list