svn commit: r466290 - head/lang/gawk

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Apr 3 09:03:30 UTC 2018


Author: amdmi3
Date: Tue Apr  3 09:03:29 2018
New Revision: 466290
URL: https://svnweb.freebsd.org/changeset/ports/466290

Log:
  - Add LICENSE
  - Enable testing
  
  Approved by:	portmgr blanket

Modified:
  head/lang/gawk/Makefile

Modified: head/lang/gawk/Makefile
==============================================================================
--- head/lang/gawk/Makefile	Tue Apr  3 08:56:11 2018	(r466289)
+++ head/lang/gawk/Makefile	Tue Apr  3 09:03:29 2018	(r466290)
@@ -10,6 +10,9 @@ MASTER_SITES=	GNU
 MAINTAINER=	johans at FreeBSD.org
 COMMENT=	GNU version of Awk
 
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libsigsegv.so:devel/libsigsegv
 
 OPTIONS_DEFINE=		NLS MPFR
@@ -28,6 +31,7 @@ CONFIGURE_ARGS=	${ICONV_CONFIGURE_ARG} \
 		--with-libintl-prefix=${LOCALBASE} \
 		AWK=${AWK}
 INSTALL_TARGET=	install-strip
+TEST_TARGET=	check
 
 PLIST_SUB+=	VERSION=${PORTVERSION}
 


More information about the svn-ports-head mailing list