Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2018 21:40:17 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469491 - head/devel/gperf
Message-ID:  <201805092140.w49LeHIJ005572@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed May  9 21:40:17 2018
New Revision: 469491
URL: https://svnweb.freebsd.org/changeset/ports/469491

Log:
  Add LICENSE_FILE
  
  - Convert to test framework
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/gperf/Makefile

Modified: head/devel/gperf/Makefile
==============================================================================
--- head/devel/gperf/Makefile	Wed May  9 21:40:12 2018	(r469490)
+++ head/devel/gperf/Makefile	Wed May  9 21:40:17 2018	(r469491)
@@ -10,6 +10,7 @@ MAINTAINER=	dinoex@FreeBSD.org
 COMMENT=	Generates perfect hash functions for sets of keywords
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 CONFLICTS=	ace+tao-[0-9]*
 MAKE_JOBS_UNSAFE=	yes
@@ -19,10 +20,6 @@ PORTSCOUT=	ignore
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=	--docdir=${DOCSDIR}
 INFO=		gperf
-
-regression-test: test
-
-test:	build
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+TEST_TARGET=	check
 
 .include <bsd.port.mk>



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