Date: Thu, 21 Mar 2024 07:52:25 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d32936fb1715 - main - mail/poppwd: Move man pages to share/man Message-ID: <202403210752.42L7qPTf093528@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=d32936fb17157c2ce4ee9513d0a679089d532110 commit d32936fb17157c2ce4ee9513d0a679089d532110 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-21 07:51:21 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-21 07:51:21 +0000 mail/poppwd: Move man pages to share/man Approved by: portmgr (blanket) --- mail/poppwd/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mail/poppwd/Makefile b/mail/poppwd/Makefile index a11a7bcc9ae9..2763e7ca0e24 100644 --- a/mail/poppwd/Makefile +++ b/mail/poppwd/Makefile @@ -1,5 +1,6 @@ PORTNAME= poppwd PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/poppwd/ \ http://www.ugh.eclipse.co.uk/mirror/ftp.ugh.net.au/pub/unix/poppwd/ @@ -10,7 +11,9 @@ COMMENT= Implementation of the Eudora password changing protocol WRKSRC= ${WRKDIR}/poppwd USES= uidfix +MAKE_ARGS= MANDIR="${PREFIX}/share/man/man" + PLIST_FILES= libexec/poppwd \ - man/man8/poppwd.8.gz + share/man/man8/poppwd.8.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403210752.42L7qPTf093528>