Skip to content

Commit

Permalink
security/ykpers: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent 7514338 commit 43cdeb7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions security/ykpers/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ykpers
PORTVERSION= 1.19.0
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= https://developers.yubico.com/yubikey-personalization/Releases/

Expand All @@ -16,6 +16,7 @@ LIB_DEPENDS= libjson-c.so:devel/json-c \

USES= gmake libtool localbase pathfix pkgconfig
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes

INSTALL_TARGET= install-strip
Expand All @@ -34,9 +35,9 @@ PLIST_FILES= bin/ykchalresp \
lib/libykpers-1.so.1 \
lib/libykpers-1.so.${PORTVERSION} \
libdata/pkgconfig/ykpers-1.pc \
man/man1/ykchalresp.1.gz \
man/man1/ykinfo.1.gz \
man/man1/ykpersonalize.1.gz
share/man/man1/ykchalresp.1.gz \
share/man/man1/ykinfo.1.gz \
share/man/man1/ykpersonalize.1.gz

OPTIONS_DEFINE= STATIC

Expand Down

0 comments on commit 43cdeb7

Please sign in to comment.