Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2024 11:06:44 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: fa67a814d0d4 - main - misc/pdmenu: Move man pages to share/man
Message-ID:  <202403171106.42HB6iSt072985@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=fa67a814d0d439f7401224711dc910e205a343b4

commit fa67a814d0d439f7401224711dc910e205a343b4
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-17 10:28:02 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-17 11:06:23 +0000

    misc/pdmenu: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 misc/pdmenu/Makefile  | 2 ++
 misc/pdmenu/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/misc/pdmenu/Makefile b/misc/pdmenu/Makefile
index b22beaff7cd3..a4387d0fac34 100644
--- a/misc/pdmenu/Makefile
+++ b/misc/pdmenu/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pdmenu
 DISTVERSION=	1.3.6
+PORTREVISION=	1
 CATEGORIES=	misc
 MASTER_SITES=	https://git.kitenet.net/index.cgi/pdmenu.git/snapshot/
 
@@ -14,6 +15,7 @@ LIB_DEPENDS=	libslang.so:devel/libslang2
 USES=		gettext gmake ncurses shebangfix
 SHEBANG_FILES=	examples/showdir.pl
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ENV=	SLANG_H_LOC="${LOCALBASE}/include/slang.h" \
 		SLANG_LIB_LOC="${LOCALBASE}/lib"
 MAKE_ENV=	INSTALL_PREFIX="${STAGEDIR}"
diff --git a/misc/pdmenu/pkg-plist b/misc/pdmenu/pkg-plist
index 57d698afc878..7dd69f844b15 100644
--- a/misc/pdmenu/pkg-plist
+++ b/misc/pdmenu/pkg-plist
@@ -1,10 +1,10 @@
 bin/pdmenu
 @sample etc/pdmenurc.sample
-man/man1/pdmenu.1.gz
-man/man5/pdmenurc.5.gz
 %%NLS%%share/locale/da/LC_MESSAGES/pdmenu.mo
 %%NLS%%share/locale/es/LC_MESSAGES/pdmenu.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/pdmenu.mo
 %%NLS%%share/locale/ru/LC_MESSAGES/pdmenu.mo
+share/man/man1/pdmenu.1.gz
+share/man/man5/pdmenurc.5.gz
 %%DATADIR%%/editdir.pl
 %%DATADIR%%/showdir.pl



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