aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 13:02:04 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 13:19:43 +0000
commit47d9327162601737f84c3e9e3e5eb9045c855400 (patch)
tree07224082fa979d860a1ba354e301df1c756facc2
parent08ad1512c094b3ab9ca1fa8d37229fdfa8ddcee7 (diff)
downloadports-47d9327162601737f84c3e9e3e5eb9045c855400.tar.gz
ports-47d9327162601737f84c3e9e3e5eb9045c855400.zip
security/intel-ipsec-mb: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--security/intel-ipsec-mb/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/security/intel-ipsec-mb/Makefile b/security/intel-ipsec-mb/Makefile
index 59e0d3666af1..3a54fbaa4320 100644
--- a/security/intel-ipsec-mb/Makefile
+++ b/security/intel-ipsec-mb/Makefile
@@ -1,6 +1,7 @@
PORTNAME= intel-ipsec-mb
DISTVERSIONPREFIX= v
DISTVERSION= 1.5
+PORTREVISION= 1
CATEGORIES= security
PATCH_SITES= https://github.com/intel/${PORTNAME}/commit/
@@ -22,14 +23,16 @@ USE_GITHUB= yes
GH_ACCOUNT= intel
USE_LDCONFIG= yes
+CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH=${PREFIX}/share/man/man7
+
TEST_TARGET= test
PLIST_FILES= include/intel-ipsec-mb.h \
lib/libIPSec_MB.so \
lib/libIPSec_MB.so.1 \
lib/libIPSec_MB.so.${DISTVERSION}.0 \
- man/man7/libipsec-mb-dev.7.gz \
- man/man7/libipsec-mb.7.gz
+ share/man/man7/libipsec-mb-dev.7.gz \
+ share/man/man7/libipsec-mb.7.gz
OPTIONS_DEFINE= AESNIEMU