diff --git a/security/libyubikey/Makefile b/security/libyubikey/Makefile index 8f7031a3b2e3..7d5d4a3fe8ad 100644 --- a/security/libyubikey/Makefile +++ b/security/libyubikey/Makefile @@ -1,5 +1,6 @@ PORTNAME= libyubikey PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= security devel MASTER_SITES= https://developers.yubico.com/yubico-c/Releases/ @@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes INSTALL_TARGET= install-strip TEST_TARGET= check @@ -23,9 +25,9 @@ PLIST_FILES= bin/modhex \ lib/libyubikey.so \ lib/libyubikey.so.0 \ lib/libyubikey.so.0.1.7 \ - man/man1/modhex.1.gz \ - man/man1/ykgenerate.1.gz \ - man/man1/ykparse.1.gz + share/man/man1/modhex.1.gz \ + share/man/man1/ykgenerate.1.gz \ + share/man/man1/ykparse.1.gz MAKE_JOBS_UNSAFE= yes