mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
lang/pfe: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
26cfc2bc31
commit
5ca8ed44b7
2 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= pfe
|
PORTNAME= pfe
|
||||||
PORTVERSION= 0.33.71
|
PORTVERSION= 0.33.71
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= lang
|
CATEGORIES= lang
|
||||||
MASTER_SITES= SF
|
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
|
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= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
USES= gmake perl5 libtool tar:bzip2
|
USES= gmake perl5 libtool tar:bzip2
|
||||||
USE_PERL5= build
|
USE_PERL5= build
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
|
@ -158,7 +158,7 @@ lib/pfe-forth/toolbelt.so
|
||||||
lib/pfe-forth/zchar.a
|
lib/pfe-forth/zchar.a
|
||||||
lib/pfe-forth/zchar.so
|
lib/pfe-forth/zchar.so
|
||||||
libdata/pkgconfig/pfe.pc
|
libdata/pkgconfig/pfe.pc
|
||||||
man/man1/pfe.1.gz
|
share/man/man1/pfe.1.gz
|
||||||
%%DATADIR%%/lib/arrays.4th
|
%%DATADIR%%/lib/arrays.4th
|
||||||
%%DATADIR%%/lib/defer-is.4th
|
%%DATADIR%%/lib/defer-is.4th
|
||||||
%%DATADIR%%/lib/doermake.4th
|
%%DATADIR%%/lib/doermake.4th
|
||||||
|
|
Loading…
Add table
Reference in a new issue