diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-28 16:34:18 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-28 16:34:18 +0800 |
commit | 4f24168b1b25228cbf3e30d6b03bb1572027c9a2 (patch) | |
tree | 8aaa02ae8f28567b2434ec06f7220ff3c8a9a7d1 /security/ykpers | |
parent | 605e700ab6333491ecc35f936a912ebc57100066 (diff) | |
download | freebsd-ports-gnome-4f24168b1b25228cbf3e30d6b03bb1572027c9a2.tar.gz freebsd-ports-gnome-4f24168b1b25228cbf3e30d6b03bb1572027c9a2.tar.zst freebsd-ports-gnome-4f24168b1b25228cbf3e30d6b03bb1572027c9a2.zip |
- Switch to new test framework
Approved by: portmgr blanket
Diffstat (limited to 'security/ykpers')
-rw-r--r-- | security/ykpers/Makefile | 4 |
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> |