svn commit: r421860 - head/security/xinetd

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 11 18:00:30 UTC 2016


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 at 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)
 


More information about the svn-ports-head mailing list