svn commit: r360555 - head/net/knc

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jul 4 07:37:10 UTC 2014


Author: amdmi3
Date: Fri Jul  4 07:37:10 2014
New Revision: 360555
URL: http://svnweb.freebsd.org/changeset/ports/360555
QAT: https://qat.redports.org/buildarchive/r360555/

Log:
  - Switch to USES=libtool
  - Clarify LICENSE

Modified:
  head/net/knc/Makefile

Modified: head/net/knc/Makefile
==============================================================================
--- head/net/knc/Makefile	Fri Jul  4 07:12:22 2014	(r360554)
+++ head/net/knc/Makefile	Fri Jul  4 07:37:10 2014	(r360555)
@@ -9,10 +9,11 @@ MASTER_SITES=	http://oskt.secure-endpoin
 MAINTAINER=	gd.workbox at gmail.com
 COMMENT=	KNC is Kerberised NetCat
 
-LICENSE=	BSD MIT
+LICENSE=	BSD2CLAUSE MIT
 LICENSE_COMB=	multi
 
-USE_AUTOTOOLS=	libtool
+USES=		libtool
+GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/knc \
 		man/man1/knc.1.gz


More information about the svn-ports-head mailing list