aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-21 18:25:45 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-21 20:22:58 +0000
commit41d0812bfe0f649cfcde878a50cb08024a19b092 (patch)
treee0b8343437172e9133cc566940b8f98f224b5f3d
parentcf65e40ffc7253efc066c9a6e11f112d3957ad0f (diff)
downloadports-41d0812bfe0f649cfcde878a50cb08024a19b092.tar.gz
ports-41d0812bfe0f649cfcde878a50cb08024a19b092.zip
security/pkcs11-dump: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--security/pkcs11-dump/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/pkcs11-dump/Makefile b/security/pkcs11-dump/Makefile
index 374f822b1e87..e921e0a0c250 100644
--- a/security/pkcs11-dump/Makefile
+++ b/security/pkcs11-dump/Makefile
@@ -1,5 +1,6 @@
PORTNAME= pkcs11-dump
PORTVERSION= 0.3.4
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://github.com/alonbl/pkcs11-dump/releases/download/pkcs11-dump-${PORTVERSION}/
@@ -11,12 +12,13 @@ LICENSE= GPLv2
USES= tar:bzip2 ssl dos2unix
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \
OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto"
PLIST_FILES= bin/pkcs11-dump \
- man/man1/pkcs11-dump.1.gz
+ share/man/man1/pkcs11-dump.1.gz
post-patch:
@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \