Skip to content

Commit

Permalink
security/softhsm2: 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 53b70f7 commit c29176c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion security/softhsm2/Makefile
@@ -1,6 +1,6 @@
PORTNAME= softhsm
PORTVERSION= 2.6.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= http://dist.opendnssec.org/source/ \
http://dist.opendnssec.org/source/testing/
Expand All @@ -14,6 +14,7 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
USES= compiler:c++11-lang libtool ssl pkgconfig

Expand Down
12 changes: 6 additions & 6 deletions security/softhsm2/pkg-plist
Expand Up @@ -6,12 +6,12 @@ bin/softhsm2-util
@sample %%ETCDIR%%2.conf.sample
lib/softhsm/libsofthsm2.a
lib/softhsm/libsofthsm2.so
man/man1/softhsm2-dump-file.1.gz
%%SQLITE%%man/man1/softhsm2-dump-db.1.gz
man/man1/softhsm2-keyconv.1.gz
%%MIGRATE%%man/man1/softhsm2-migrate.1.gz
man/man1/softhsm2-util.1.gz
man/man5/softhsm2.conf.5.gz
share/man/man1/softhsm2-dump-file.1.gz
%%SQLITE%%share/man/man1/softhsm2-dump-db.1.gz
share/man/man1/softhsm2-keyconv.1.gz
%%MIGRATE%%share/man/man1/softhsm2-migrate.1.gz
share/man/man1/softhsm2-util.1.gz
share/man/man5/softhsm2.conf.5.gz
@dir /var/lib/softhsm/tokens
@dir /var/lib/softhsm
@dir /var/lib
Expand Down

0 comments on commit c29176c

Please sign in to comment.