Date: Sun, 21 Jan 2024 01:01:20 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: a20206227c9f - main - devel/paexec: Sanitize MANPREFIX Message-ID: <202401210101.40L11KHW008888@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=a20206227c9f47ba19f1118ef6559e2e6c78196f commit a20206227c9f47ba19f1118ef6559e2e6c78196f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 00:54:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 01:01:08 +0000 devel/paexec: Sanitize MANPREFIX Approved by: portmgr (blanket) --- devel/paexec/Makefile | 3 ++- devel/paexec/pkg-plist | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/paexec/Makefile b/devel/paexec/Makefile index 31f28c533715..9f3a3e21efee 100644 --- a/devel/paexec/Makefile +++ b/devel/paexec/Makefile @@ -1,5 +1,6 @@ PORTNAME= paexec PORTVERSION= 1.1.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -23,7 +24,7 @@ SUBPRJ_DFLT= paexec paargs doc examples MAKE_ENV+= EGDIR="${STAGEDIR}${EXAMPLESDIR}" \ DOCDIR="${STAGEDIR}${DOCSDIR}" \ BINDIR="${STAGEDIR}${PREFIX}/bin" \ - MANDIR="${STAGEDIR}${MANPREFIX}/man" WARNERR="no" + MANDIR="${STAGEDIR}${PREFIX}/share/man" WARNERR="no" do-build: @${SETENV} ${MAKE_ENV} ${LOCALBASE}/bin/mkcmake -C ${WRKSRC} diff --git a/devel/paexec/pkg-plist b/devel/paexec/pkg-plist index c5a214623aa9..fdb6477035ca 100644 --- a/devel/paexec/pkg-plist +++ b/devel/paexec/pkg-plist @@ -2,10 +2,10 @@ bin/paargs bin/paexec bin/paexec_reorder bin/pareorder -man/man1/paargs.1.gz -man/man1/paexec.1.gz -man/man1/paexec_reorder.1.gz -man/man1/pareorder.1.gz +share/man/man1/paargs.1.gz +share/man/man1/paexec.1.gz +share/man/man1/paexec_reorder.1.gz +share/man/man1/pareorder.1.gz %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401210101.40L11KHW008888>