diff options
-rw-r--r-- | security/pam_yubico/Makefile | 1 | ||||
-rw-r--r-- | security/ykclient/Makefile | 9 |
2 files changed, 6 insertions, 4 deletions
diff --git a/security/pam_yubico/Makefile b/security/pam_yubico/Makefile index a479eb02bbbe..1728f6a3f77c 100644 --- a/security/pam_yubico/Makefile +++ b/security/pam_yubico/Makefile @@ -2,6 +2,7 @@ PORTNAME= pam_yubico PORTVERSION= 2.16 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubico-pam/releases/ diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile index 39794cef57d6..721ed2ff6940 100644 --- a/security/ykclient/Makefile +++ b/security/ykclient/Makefile @@ -2,6 +2,7 @@ PORTNAME= ykclient PORTVERSION= 2.12 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://opensource.yubico.com/yubico-c-client/releases/ @@ -14,8 +15,8 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl BUILD_DEPENDS= curl-config:${PORTSDIR}/ftp/curl \ help2man:${PORTSDIR}/misc/help2man -USES= pkgconfig GNU_CONFIGURE= yes +USES= libtool pkgconfig USE_LDCONFIG= yes PLIST_FILES= bin/ykclient \ @@ -23,9 +24,9 @@ PLIST_FILES= bin/ykclient \ include/ykclient_errors.h \ include/ykclient_server_response.h \ include/ykclient_version.h \ - lib/libykclient.la \ lib/libykclient.so \ - lib/libykclient.so.8 \ + lib/libykclient.so.3 \ + lib/libykclient.so.3.5.2 \ man/man1/ykclient.1.gz OPTIONS_DEFINE= STATIC @@ -36,6 +37,6 @@ STATIC_PLIST_FILES= lib/libykclient.a MAKE_JOBS_UNSAFE= yes regression-test: build - @(cd ${WRKSRC}; ${MAKE} check) + @(cd ${WRKSRC} && ${MAKE_CMD} check) .include <bsd.port.mk> |