Date: Sat, 24 Feb 2024 16:12:50 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: 5ca8ed44b7c2 - main - lang/pfe: Moved man to share/man Message-ID: <202402241612.41OGCoWM091032@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=5ca8ed44b7c218c990bf386f5e26908b8009851e commit 5ca8ed44b7c218c990bf386f5e26908b8009851e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 16:08:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 16:12:20 +0000 lang/pfe: Moved man to share/man Approved by: portmgr (blanket) --- lang/pfe/Makefile | 3 ++- lang/pfe/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/pfe/Makefile b/lang/pfe/Makefile index 017148d88967..2172449e134c 100644 --- a/lang/pfe/Makefile +++ b/lang/pfe/Makefile @@ -1,6 +1,6 @@ PORTNAME= pfe PORTVERSION= 0.33.71 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= SF @@ -17,6 +17,7 @@ BROKEN_powerpc64= fails to build: lvalue required as increment operand BROKEN_riscv64= fails to compile: pfe/assembler-ext.c:99:5: implicit declaration of function 'PFE_SBR_COMPILE_EXIT' is invalid in C99 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gmake perl5 libtool tar:bzip2 USE_PERL5= build USE_LDCONFIG= yes diff --git a/lang/pfe/pkg-plist b/lang/pfe/pkg-plist index 68a02d9fbebb..722f9eea7120 100644 --- a/lang/pfe/pkg-plist +++ b/lang/pfe/pkg-plist @@ -158,7 +158,7 @@ lib/pfe-forth/toolbelt.so lib/pfe-forth/zchar.a lib/pfe-forth/zchar.so libdata/pkgconfig/pfe.pc -man/man1/pfe.1.gz +share/man/man1/pfe.1.gz %%DATADIR%%/lib/arrays.4th %%DATADIR%%/lib/defer-is.4th %%DATADIR%%/lib/doermake.4th
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241612.41OGCoWM091032>