Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 13:48:05 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 6f5f9fd84a23 - main - sysutils/smartmontools: Impelled to share/man
Message-ID:  <202401231348.40NDm5mg066639@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6f5f9fd84a2375ad08326c1e6bc75d09d59b4bf5

commit 6f5f9fd84a2375ad08326c1e6bc75d09d59b4bf5
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 13:38:04 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 13:47:41 +0000

    sysutils/smartmontools: Impelled to share/man
    
    Approved by:    portmgr (blanket)
---
 sysutils/smartmontools/Makefile  | 3 ++-
 sysutils/smartmontools/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/sysutils/smartmontools/Makefile b/sysutils/smartmontools/Makefile
index 6c3cb702daa3..7cdd2f08a275 100644
--- a/sysutils/smartmontools/Makefile
+++ b/sysutils/smartmontools/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	smartmontools
 DISTVERSION=	7.4
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils
 MASTER_SITES=	SF
 
@@ -16,6 +16,7 @@ USE_RC_SUBR=	smartd
 
 SHEBANG_FILES=	examplescripts/Example5
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--disable-dependency-tracking \
 		--enable-sample \
 		--with-gnupg=yes \
diff --git a/sysutils/smartmontools/pkg-plist b/sysutils/smartmontools/pkg-plist
index 8bac2efded66..909b5718d4eb 100644
--- a/sysutils/smartmontools/pkg-plist
+++ b/sysutils/smartmontools/pkg-plist
@@ -1,10 +1,10 @@
 etc/periodic/daily/smart
 etc/smartd.conf.sample
 etc/smartd_warning.sh
-man/man5/smartd.conf.5.gz
-man/man8/smartd.8.gz
-man/man8/smartctl.8.gz
-man/man8/update-smart-drivedb.8.gz
+share/man/man5/smartd.conf.5.gz
+share/man/man8/smartd.8.gz
+share/man/man8/smartctl.8.gz
+share/man/man8/update-smart-drivedb.8.gz
 sbin/smartctl
 sbin/smartd
 sbin/update-smart-drivedb



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401231348.40NDm5mg066639>