aboutsummaryrefslogtreecommitdiff
path: root/security/ykpers
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-28 08:34:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2018-05-28 08:34:18 +0000
commitd184c10e5f4bbd0906041e7b3e735250849a0925 (patch)
tree8aaa02ae8f28567b2434ec06f7220ff3c8a9a7d1 /security/ykpers
parent50f6a0fe616453e065ec3caea479f2dd59d8545b (diff)
downloadports-d184c10e5f4bbd0906041e7b3e735250849a0925.tar.gz
ports-d184c10e5f4bbd0906041e7b3e735250849a0925.zip
Notes
Diffstat (limited to 'security/ykpers')
-rw-r--r--security/ykpers/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/ykpers/Makefile b/security/ykpers/Makefile
index 893930422f37..5dfaac2c3461 100644
--- a/security/ykpers/Makefile
+++ b/security/ykpers/Makefile
@@ -20,6 +20,7 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
+TEST_TARGET= check
PLIST_FILES= bin/ykchalresp \
bin/ykinfo \
@@ -43,7 +44,4 @@ OPTIONS_DEFINE= STATIC
STATIC_CONFIGURE_ENABLE= static
STATIC_PLIST_FILES= lib/libykpers-1.a
-regression-test: build
- @(cd ${WRKSRC}; ${MAKE} check)
-
.include <bsd.port.mk>