diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-03-05 21:22:53 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-03-05 23:35:44 +0000 |
commit | a6e03b6e1edf4cac3ff5d8286adc75651d10ca65 (patch) | |
tree | 368c56d69609a4e70395dbd7989a36ac1a70e142 | |
parent | 02b6bf3d53f8128068e2df3ee7c98c09957a97f8 (diff) | |
download | ports-a6e03b6e1edf4cac3ff5d8286adc75651d10ca65.tar.gz ports-a6e03b6e1edf4cac3ff5d8286adc75651d10ca65.zip |
security/unix-selfauth-helper: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | security/unix-selfauth-helper/Makefile | 3 | ||||
-rw-r--r-- | security/unix-selfauth-helper/files/patch-Makefile | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/security/unix-selfauth-helper/Makefile b/security/unix-selfauth-helper/Makefile index 414cb4e19ab5..0205a4391eef 100644 --- a/security/unix-selfauth-helper/Makefile +++ b/security/unix-selfauth-helper/Makefile @@ -1,5 +1,6 @@ PORTNAME= unix-selfauth-helper DISTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${WWW}/releases/download/v${DISTVERSION}/ @@ -13,6 +14,6 @@ USES= tar:xz PLIST_FILES= etc/pam.d/unix-selfauth \ libexec/unix-selfauth-helper \ - man/man8/unix-selfauth-helper.8.gz + share/man/man8/unix-selfauth-helper.8.gz .include <bsd.port.mk> diff --git a/security/unix-selfauth-helper/files/patch-Makefile b/security/unix-selfauth-helper/files/patch-Makefile new file mode 100644 index 000000000000..3c97ad8f1a76 --- /dev/null +++ b/security/unix-selfauth-helper/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig 2023-07-13 18:59:16 UTC ++++ Makefile +@@ -9,7 +9,7 @@ BINMODE= 4555 + DIRS+= MAN8DIR + MAN= ${PROG}.8 + MAN8= ${MAN} +-MANDIR= ${PREFIX}/man/man ++MANDIR= ${PREFIX}/share/man/man + MAN8DIR= ${MANDIR}8 + + CONFS= unix-selfauth |