aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 13:29:02 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 13:29:02 +0000
commit0a8130613ccb4cffa897e759c3b29d0534b3f530 (patch)
treed35236533ba6fb72c1ed005a67d7d6b4acf1c17f
parent53f3494abb0349dbde3072fdfe5ac2378a59adf5 (diff)
downloadports-0a8130613ccb4cffa897e759c3b29d0534b3f530.tar.gz
ports-0a8130613ccb4cffa897e759c3b29d0534b3f530.zip
security/sudoscript: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--security/sudoscript/Makefile3
-rw-r--r--security/sudoscript/pkg-plist10
2 files changed, 7 insertions, 6 deletions
diff --git a/security/sudoscript/Makefile b/security/sudoscript/Makefile
index 740c6916efa0..9cfbf291cc55 100644
--- a/security/sudoscript/Makefile
+++ b/security/sudoscript/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sudoscript
PORTVERSION= 2.1.2
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%202.1%20release/${PORTNAME}%20${PORTVERSION}
@@ -8,7 +9,7 @@ COMMENT= Audited shells in Perl with sudo(8) and script(1)
WWW= https://www.egbok.com/sudoscript
USES= perl5 gmake
-MAKE_ARGS= PERLPATH=${PERL}
+MAKE_ARGS= PERLPATH=${PERL} MANPREFIX=${PREFIX}/share/man
MAKE_ENV= SSRPM=yes
NO_ARCH= yes
diff --git a/security/sudoscript/pkg-plist b/security/sudoscript/pkg-plist
index 5cca796da605..e7e7aaab9924 100644
--- a/security/sudoscript/pkg-plist
+++ b/security/sudoscript/pkg-plist
@@ -28,8 +28,8 @@ share/doc/sudoscript-2.1.2/sudoshell-src.html
share/doc/sudoscript-2.1.2/sudoshell.1.html
share/doc/sudoscript-2.1.2/xsl/egbokdoc.xsl
share/doc/sudoscript-2.1.2/xsl/egbokdoc2fop.xsl
-man/man1/ss.1.gz
-man/man1/sudoshell.1.gz
-man/man3/Sudoscript.3pm.gz
-man/man8/sudoscript.8.gz
-man/man8/sudoscriptd.8.gz
+share/man/man1/ss.1.gz
+share/man/man1/sudoshell.1.gz
+share/man/man3/Sudoscript.3pm.gz
+share/man/man8/sudoscript.8.gz
+share/man/man8/sudoscriptd.8.gz