Date: Sun, 25 Feb 2024 13:20:17 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: 444c17c5f93f - main - security/pwman: Moved man to share/man Message-ID: <202402251320.41PDKHBN051210@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=444c17c5f93fe10fc2309029c4ffc5698043e6dc commit 444c17c5f93fe10fc2309029c4ffc5698043e6dc Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:14:12 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:19:52 +0000 security/pwman: Moved man to share/man Approved by: portmgr (blanket) --- security/pwman/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/pwman/Makefile b/security/pwman/Makefile index 91c8b5a4f68a..f5ae9fa4c85f 100644 --- a/security/pwman/Makefile +++ b/security/pwman/Makefile @@ -1,6 +1,6 @@ PORTNAME= pwman DISTVERSION= 0.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -16,10 +16,11 @@ RUN_DEPENDS= gpgv:security/gnupg1 USES= gnome ncurses USE_GNOME= libxml2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= curses_loc=${NCURSESBASE} PORTDOCS= AUTHORS ChangeLog README TODO -PLIST_FILES= bin/convert_pwdb bin/pwdb2csv bin/pwman man/man1/pwman.1.gz +PLIST_FILES= bin/convert_pwdb bin/pwdb2csv bin/pwman share/man/man1/pwman.1.gz CFLAGS+= -Wno-error=return-type
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251320.41PDKHBN051210>