Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 18:00:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421860 - head/security/xinetd
Message-ID:  <201609111800.u8BI0Tr6000411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 11 18:00:29 2016
New Revision: 421860
URL: https://svnweb.freebsd.org/changeset/ports/421860

Log:
  - Add LICENSE
  - Use new OPTIONS features

Modified:
  head/security/xinetd/Makefile

Modified: head/security/xinetd/Makefile
==============================================================================
--- head/security/xinetd/Makefile	Sun Sep 11 17:59:47 2016	(r421859)
+++ head/security/xinetd/Makefile	Sun Sep 11 18:00:29 2016	(r421860)
@@ -10,17 +10,22 @@ MASTER_SITES=	GENTOO
 MAINTAINER=	garga@FreeBSD.org
 COMMENT=	Replacement for inetd with better control and logging
 
+LICENSE=	XINETD
+LICENSE_NAME=	xinetd license
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 GNU_CONFIGURE=	yes
 USE_RC_SUBR=	xinetd
 ALL_TARGET=	build
-CONFIGURE_ARGS+=	--with-loadavg
-OPTIONS_SUB=	yes
+CONFIGURE_ARGS=	--with-loadavg
 
 USES=		cpe shebangfix
 SHEBANG_FILES=	${WRKSRC}/xinetd/xconv.pl
 
 OPTIONS_DEFINE=	IPV6 LIBWRAP XCONV
 OPTIONS_DEFAULT=	LIBWRAP XCONV
+OPTIONS_SUB=	yes
 
 XCONV_DESC=	Install xconv utility (requires perl)
 



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