aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-05-10 05:40:17 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-05-10 05:40:17 +0800
commitc0b7fd4e01953fbdddf353917484ba2a24c3e3a8 (patch)
tree565e15c6b2152ae18efabc5475d242f4569b8dce
parente499cd6d1e2a059f9240e8a0bb41e9f48ad0f058 (diff)
downloadfreebsd-ports-gnome-c0b7fd4e01953fbdddf353917484ba2a24c3e3a8.tar.gz
freebsd-ports-gnome-c0b7fd4e01953fbdddf353917484ba2a24c3e3a8.tar.zst
freebsd-ports-gnome-c0b7fd4e01953fbdddf353917484ba2a24c3e3a8.zip
Add LICENSE_FILE
- Convert to test framework Approved by: portmgr (blanket)
-rw-r--r--devel/gperf/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gperf/Makefile b/devel/gperf/Makefile
index ba85e6eb49d6..22351689af99 100644
--- a/devel/gperf/Makefile
+++ b/devel/gperf/Makefile
@@ -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>