svn commit: r489593 - head/dns/mydns-ng

Tobias Kortkamp tobik at FreeBSD.org
Mon Jan 7 18:04:35 UTC 2019


Author: tobik
Date: Mon Jan  7 18:04:34 2019
New Revision: 489593
URL: https://svnweb.freebsd.org/changeset/ports/489593

Log:
  dns/mydns-ng: Do not set ALIAS_CONFIGURE_ENABLE twice

Modified:
  head/dns/mydns-ng/Makefile

Modified: head/dns/mydns-ng/Makefile
==============================================================================
--- head/dns/mydns-ng/Makefile	Mon Jan  7 17:48:36 2019	(r489592)
+++ head/dns/mydns-ng/Makefile	Mon Jan  7 18:04:34 2019	(r489593)
@@ -25,9 +25,9 @@ OPTIONS_DEFINE=		DOCS ALIAS SSL NLS
 OPTIONS_SINGLE=		DATABASE
 OPTIONS_SINGLE_DATABASE=	PGSQL MYSQL
 OPTIONS_DEFAULT=	ALIAS MYSQL
-ALIAS_DESC=	Server side aliasas
-ALIAS_CONFIGURE_ENABLE=	alias
 OPTIONS_SUB=	yes
+
+ALIAS_DESC=	Server side aliasas
 
 ALIAS_CONFIGURE_ENABLE=	alias
 


More information about the svn-ports-head mailing list