svn commit: r469491 - head/devel/gperf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed May 9 21:40:18 UTC 2018
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 at 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>
More information about the svn-ports-head
mailing list