Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 20:23:41 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 84609b054751 - main - security/super: Move man pages to share/man
Message-ID:  <202403212023.42LKNfeN063664@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=84609b054751485bbd34bdbadaade4f409a967b0

commit 84609b054751485bbd34bdbadaade4f409a967b0
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-21 20:15:02 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-21 20:23:00 +0000

    security/super: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 security/super/Makefile  | 3 ++-
 security/super/pkg-plist | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/security/super/Makefile b/security/super/Makefile
index 9e528396040d..ba8349685a82 100644
--- a/security/super/Makefile
+++ b/security/super/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	super
 PORTVERSION=	3.30.3
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	security sysutils
 MASTER_SITES=	ftp://ftp.ucolick.org/pub/users/will/ \
 		http://www.ucolick.org/~will/RUE/super/
@@ -16,6 +16,7 @@ LICENSE_FILE_ART10=	${WRKSRC}/Artistic
 LICENSE_FILE_GPLv1+ =	${WRKSRC}/Copying
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--localstatedir="${PREFIX}/var"
 
 OPTIONS_DEFINE=	DOCS EXAMPLES
diff --git a/security/super/pkg-plist b/security/super/pkg-plist
index 383e959bad91..cf0b33559ad0 100644
--- a/security/super/pkg-plist
+++ b/security/super/pkg-plist
@@ -1,10 +1,10 @@
 bin/setuid
 bin/super
 @sample etc/super.tab.sample
-man/man1/setuid.1.gz
-man/man1/super.1.gz
-man/man5/super.5.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.cdmount
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/sample.tab
+share/man/man1/setuid.1.gz
+share/man/man1/super.1.gz
+share/man/man5/super.5.gz
 @dir var



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